[Schmitzm-commits] r142 - trunk/src/skrueger/i8n

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Jun 15 14:09:05 CEST 2009


Author: alfonx
Date: 2009-06-15 14:09:05 +0200 (Mon, 15 Jun 2009)
New Revision: 142

Modified:
   trunk/src/skrueger/i8n/I8NUtil.java
Log:
just removed a debug line

Modified: trunk/src/skrueger/i8n/I8NUtil.java
===================================================================
--- trunk/src/skrueger/i8n/I8NUtil.java	2009-06-14 18:23:36 UTC (rev 141)
+++ trunk/src/skrueger/i8n/I8NUtil.java	2009-06-15 12:09:05 UTC (rev 142)
@@ -47,7 +47,7 @@
 			if (l.getLanguage().equals(code.toLowerCase())) {
 				return l;
 			}
-			LOGGER.debug(l.getLanguage() + " not = " + code);
+//			LOGGER.debug(l.getLanguage() + " not = " + code);
 		}
 
 		LOGGER.error("Can't create a Locale for code " + code



More information about the Schmitzm-commits mailing list