diff flys-artifacts/src/main/java/de/intevation/flys/themes/ThemeFactory.java @ 342:f72c63713099

Removed debug code that has been commited by accident. flys-artifacts/trunk@1741 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 21 Apr 2011 08:49:58 +0000
parents b36fd8f21e6a
children 88a669785863
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/themes/ThemeFactory.java	Thu Apr 21 08:47:39 2011 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/themes/ThemeFactory.java	Thu Apr 21 08:49:58 2011 +0000
@@ -44,11 +44,6 @@
         parseFields(config, theme);
         parseAttrs(config, theme);
 
-        String tmp = theme.getAttribute("type");
-        if (tmp == null || !tmp.equals("virtual")) {
-            de.intevation.flys.artifacts.XMLDebug.out(theme.toXML());
-        }
-
         return theme;
     }
 

http://dive4elements.wald.intevation.org