Bug 553198 - Remove link to project source locations page

Change-Id: I46bc765dcac6835ead107eb27857dc53a8459e19
Signed-off-by: kitlo <kitlo@us.ibm.com>
diff --git a/html/project_source_locations.php b/html/project_source_locations.php
index a870ee4..e6c9834 100644
--- a/html/project_source_locations.php
+++ b/html/project_source_locations.php
@@ -21,10 +21,6 @@
 	exitTo("importing.php");
 }
 
-if($User->is_committer != 1) {
-	exitTo("login_oauth.php?errNo=3214","error: 3214 - you must be an Eclipse committer to access this page.");
-}
-
 require(dirname(__FILE__) . "/../classes/file/file.class.php");