Mercurial > dive4elements > river
changeset 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 | eca7892bf8ff |
children | f165c7d5d6db |
files | flys-artifacts/ChangeLog flys-artifacts/src/main/java/de/intevation/flys/themes/ThemeFactory.java |
diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Thu Apr 21 08:47:39 2011 +0000 +++ b/flys-artifacts/ChangeLog Thu Apr 21 08:49:58 2011 +0000 @@ -1,3 +1,8 @@ +2011-04-21 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/themes/ThemeFactory.java: Removed debug + code that has been commited by accident. + 2011-04-21 Ingo Weinzierl <ingo@intevation.de> * doc/conf/themes.xml: New. A first small theme configuration.
--- 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; }