[pLog-svn] r536 - plog/trunk/class/dao

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sun Dec 19 00:21:38 GMT 2004


Author: oscar
Date: 2004-12-19 00:21:38 +0000 (Sun, 19 Dec 2004)
New Revision: 536

Modified:
   plog/trunk/class/dao/userinfo.class.php
Log:
removed some unneeded debug stuff

Modified: plog/trunk/class/dao/userinfo.class.php
===================================================================
--- plog/trunk/class/dao/userinfo.class.php	2004-12-19 00:06:00 UTC (rev 535)
+++ plog/trunk/class/dao/userinfo.class.php	2004-12-19 00:21:38 UTC (rev 536)
@@ -192,8 +192,6 @@
 		 */
 		function setStatus( $status )
 		{
-			$this->log->debug("setting status = ".$this->_username." - status = ".$status);
-			
 			$this->_status = $status;
 			
 			return true;	




More information about the pLog-svn mailing list