comparison 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
comparison
equal deleted inserted replaced
341:eca7892bf8ff 342:f72c63713099
41 Theme theme = new DefaultTheme(name, desc); 41 Theme theme = new DefaultTheme(name, desc);
42 42
43 parseInherits(themeCfg, config, theme); 43 parseInherits(themeCfg, config, theme);
44 parseFields(config, theme); 44 parseFields(config, theme);
45 parseAttrs(config, theme); 45 parseAttrs(config, theme);
46
47 String tmp = theme.getAttribute("type");
48 if (tmp == null || !tmp.equals("virtual")) {
49 de.intevation.flys.artifacts.XMLDebug.out(theme.toXML());
50 }
51 46
52 return theme; 47 return theme;
53 } 48 }
54 49
55 50

http://dive4elements.wald.intevation.org