[pLog-svn] r2486 - plog/trunk

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Mon Sep 19 03:31:19 GMT 2005


Author: jondaley
Date: 2005-09-19 03:31:17 +0000 (Mon, 19 Sep 2005)
New Revision: 2486

Modified:
   plog/trunk/index.php
Log:
commented out debug stuff

Modified: plog/trunk/index.php
===================================================================
--- plog/trunk/index.php	2005-09-19 03:06:01 UTC (rev 2485)
+++ plog/trunk/index.php	2005-09-19 03:31:17 UTC (rev 2486)
@@ -1,6 +1,6 @@
 <?php
 
-xdebug_start_profiling();
+//xdebug_start_profiling();
 //xdebug_start_trace('/Users/oscar/plog-devel/tmp/trace');
 
     // please enable the line below if you are having memory problems
@@ -45,5 +45,5 @@
     // give control to the, ehem, controller :)
     $controller->process( HttpVars::getRequest(), "op");	
 
-xdebug_dump_function_profile(4);
+//xdebug_dump_function_profile(4);
 ?>




More information about the pLog-svn mailing list