[pLog-svn] r4785 - plog/branches/lifetype-1.2/class/config

oscar at devel.lifetype.net oscar at devel.lifetype.net
Mon Feb 19 15:40:28 EST 2007


Author: oscar
Date: 2007-02-19 15:40:28 -0500 (Mon, 19 Feb 2007)
New Revision: 4785

Modified:
   plog/branches/lifetype-1.2/class/config/configdbstorage.class.php
Log:
Removed unnecessary debug code, thanks Jon.

Modified: plog/branches/lifetype-1.2/class/config/configdbstorage.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/config/configdbstorage.class.php	2007-02-19 00:18:13 UTC (rev 4784)
+++ plog/branches/lifetype-1.2/class/config/configdbstorage.class.php	2007-02-19 20:40:28 UTC (rev 4785)
@@ -128,7 +128,6 @@
         function getValue( $key, $defaultValue = null )
         {
 			if( (!$this->_data = $this->_cache->getData( CACHE_CONFIGDBSTORAGE, CACHE_GLOBAL ))) {
-				print("data not in cache!");
 				$this->_loadAllValuesFromDatabase();				
 			}
 			



More information about the pLog-svn mailing list