[pLog-svn] r482 - plog/trunk/class/summary/action

subaochen at devel.plogworld.net subaochen at devel.plogworld.net
Mon Dec 13 14:03:37 GMT 2004


Author: subaochen
Date: 2004-12-13 14:03:36 +0000 (Mon, 13 Dec 2004)
New Revision: 482

Modified:
   plog/trunk/class/summary/action/activeaccountaction.class.php
Log:
remove debug message: not needed if not neccessary, because dump object maybe very anony:-)


Modified: plog/trunk/class/summary/action/activeaccountaction.class.php
===================================================================
--- plog/trunk/class/summary/action/activeaccountaction.class.php	2004-12-13 13:58:29 UTC (rev 481)
+++ plog/trunk/class/summary/action/activeaccountaction.class.php	2004-12-13 14:03:36 UTC (rev 482)
@@ -37,7 +37,7 @@
             return false;
         }
 
-        $this->log->debug("user info is ".LogUtil::format($userInfo));
+        //$this->log->debug("user info is ".LogUtil::format($userInfo));
         
         $activeCode = $userInfo->getValue("activeCode");
         if($activeCode != $this->activeCode){




More information about the pLog-svn mailing list