[pLog-svn] r7263 - plog/branches/lifetype-1.2/class/data/validator

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Jan 10 07:12:12 EST 2024


Author: jondaley
Date: 2024-01-10 07:12:12 -0500 (Wed, 10 Jan 2024)
New Revision: 7263

Modified:
   plog/branches/lifetype-1.2/class/data/validator/validation.class.php
Log:
didn't mean to check in the debug logging

Modified: plog/branches/lifetype-1.2/class/data/validator/validation.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/data/validator/validation.class.php	2024-01-10 12:11:43 UTC (rev 7262)
+++ plog/branches/lifetype-1.2/class/data/validator/validation.class.php	2024-01-10 12:12:12 UTC (rev 7263)
@@ -30,11 +30,6 @@
          */
         function _setError($error)
           {
-            lt_include( PLOG_CLASS_PATH."class/logger/loggermanager.class.php" );
-
-            $logger =& LoggerManager::getLogger( "debug" );
-            $logger->debug( $error );
-
             $this->_error = $error;
         }
 



More information about the pLog-svn mailing list