remove "Automate IP Log" link (the data no longer reflects SVN repo updates)
diff --git a/_projectCommon.php b/_projectCommon.php
index 0b0cf81..2513da9 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -113,7 +113,7 @@
 
 	$Nav->addNavSeparator("Team", "", "_self", 2);
 	$Nav->addCustomNav("SVN Repository", "https://dev.eclipse.org/svnroot/technology/org.eclipse.rtsc/xdc/xdccore/trunk/",	"_self", 2);
-	$Nav->addCustomNav("Automated IP Log", "http://www.eclipse.org/projects/ip_log.php?projectid=technology.rtsc",	"_self", 2);
+	#$Nav->addCustomNav("Automated IP Log", "http://www.eclipse.org/projects/ip_log.php?projectid=technology.rtsc",	"_self", 2);
 	#$Nav->addCustomNav("Downloads", "http://download.eclipse.org/rtsc/downloads/index.php", "_self", 2);
 unset ($bugcoms);
 ?>