[pLog-svn] r1877 - plog/branches/plog-1.0.1/class/locale

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue Apr 19 18:28:08 GMT 2005


Author: oscar
Date: 2005-04-19 18:28:06 +0000 (Tue, 19 Apr 2005)
New Revision: 1877

Modified:
   plog/branches/plog-1.0.1/class/locale/localefinder.class.php
Log:
I love to forget debug stuff in code...

Modified: plog/branches/plog-1.0.1/class/locale/localefinder.class.php
===================================================================
--- plog/branches/plog-1.0.1/class/locale/localefinder.class.php	2005-04-19 18:26:51 UTC (rev 1876)
+++ plog/branches/plog-1.0.1/class/locale/localefinder.class.php	2005-04-19 18:28:06 UTC (rev 1877)
@@ -35,8 +35,6 @@
 		      // at least have things like locale_xx_YY_utf-8.php
 			$result = preg_match( REGEXP_VALID_LOCALE, $fileName, $matches );
 			
-			print("filename = $fileName<br/>");
-			
 			// in case there is some crap in the locale/ folder, then ignore
 			// it (that is, if the file name does not match our regexp!
 			if( !$result ) 




More information about the pLog-svn mailing list