Index: branches/dev/html/index.php
===================================================================
--- branches/dev/html/index.php	(revision 15929)
+++ branches/dev/html/index.php	(revision 15930)
@@ -24,6 +24,4 @@
 $objPage = sfGetPageLayout($objPage, false, "index.php");
 
-sfprintr("a");
-
 $objView = new SC_SiteView();
 $objView->assignobj($objPage);
@@ -31,5 +29,5 @@
 $end_time=sfGetMicrotime_float();
 
-sfprintr( 'Script Execution Time: ' . round($end_time - $start_time, 10) . ' seconds'); 
+sfprintr( 'Script Execution Time: ' . round($end_time - $start_time, 5) . ' seconds'); 
 //-----------------------------------------------------------------------------------------------------------------------------------
 // Function to calculate script execution time.  
