Revert "We are validating if users automaticaly becomes an "owner""

This reverts commit 632ef9040b5ee42811a7ac6b4536a852427155ad.
diff --git a/index.php b/index.php
index bcd5c09..e3747f8 100644
--- a/index.php
+++ b/index.php
@@ -38,10 +38,4 @@
 	# Generate the web page
 	$App->Promotion = TRUE;
 	$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="assets/public/stylesheets/styles.min.css" media="screen" />');
-
-	// This change should be reverted by Friday, Sept 8, 2017.
-	//
-	// We are validating if users automaticaly becomes an "owner"
-	// by simply adding a custom GA code to a project sub-site.
-	$App->SetGoogleAnalyticsTrackingCode("UA-24646327-14");
 	$App->generatePage("solstice", $Menu, NULL, $pageAuthor, $pageKeywords, $pageTitle, $html);