- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 29 Jul 2009 09:44:55 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/org/w3c/unicorn/util
In directory hutz:/tmp/cvs-serv3898/org/w3c/unicorn/util
Modified Files:
TemplateHelper.java
Log Message:
log modification
Index: TemplateHelper.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/util/TemplateHelper.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- TemplateHelper.java 29 Jul 2009 09:39:05 -0000 1.2
+++ TemplateHelper.java 29 Jul 2009 09:44:53 -0000 1.3
@@ -106,8 +106,6 @@
if(templateName.length() > 6 && templateName.substring(templateName.length()-6, templateName.length()).equals(".error"))
langFileName = templateName.substring(0,templateName.length()-6);
- logger.error("TOM : " + templateName);
-
// Language file for this template
File langFile = new File(Property.get("PATH_TO_LANGUAGE_FILES") +
langFileName + "." + langCode + ".properties");
Received on Wednesday, 29 July 2009 09:45:04 UTC