[pLog-svn] r5356 - plog/branches/lifetype-1.2
    oscar at devel.lifetype.net 
    oscar at devel.lifetype.net
       
    Sat Apr 28 08:58:07 EDT 2007
    
    
  
Author: oscar
Date: 2007-04-28 08:58:07 -0400 (Sat, 28 Apr 2007)
New Revision: 5356
Modified:
   plog/branches/lifetype-1.2/summary.php
Log:
Removed some performance logging that is not necessary anymore.
Modified: plog/branches/lifetype-1.2/summary.php
===================================================================
--- plog/branches/lifetype-1.2/summary.php	2007-04-28 10:16:00 UTC (rev 5355)
+++ plog/branches/lifetype-1.2/summary.php	2007-04-28 12:58:07 UTC (rev 5356)
@@ -38,7 +38,4 @@
     //// main part ////
     $controller = new SummaryController();
     $controller->process( HttpVars::getRequest());
-    
-    // log statistics, only for debugging purposes
-    Info::logMetrics();
 ?>
    
    
More information about the pLog-svn
mailing list