comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/ChartPropertiesEditor.java @ 7598:8580f222dfb2

Remove uneccessary debug output added in last commit.
author Andre Heinecke <aheinecke@intevation.de>
date Mon, 25 Nov 2013 14:59:21 +0100
parents fca46ce8e4f5
children b1ff606f01ee
comparison
equal deleted inserted replaced
7597:fca46ce8e4f5 7598:8580f222dfb2
186 protected Canvas generatePropertyGroup(Property group, Property orig) { 186 protected Canvas generatePropertyGroup(Property group, Property orig) {
187 PropertyGroup pg = (PropertyGroup)group; 187 PropertyGroup pg = (PropertyGroup)group;
188 PropertyGroup origPg = (PropertyGroup)orig; 188 PropertyGroup origPg = (PropertyGroup)orig;
189 189
190 if (pg.getName().equals("axis")) { 190 if (pg.getName().equals("axis")) {
191 for (Property prop: origPg.getProperties()) {
192 GWT.log("Found: " + prop.getName());
193 }
194 for (Property prop: pg.getProperties()) {
195 GWT.log("Found new: " + prop.getName());
196 }
197 // Certain axis shall be skipped (W/Q-Diagrams cm-axis especially). 191 // Certain axis shall be skipped (W/Q-Diagrams cm-axis especially).
198 String outputName = tab.getOutputName(); 192 String outputName = tab.getOutputName();
199 if (outputName.equals("fix_wq_curve") || outputName.equals("computed_discharge_curve") 193 if (outputName.equals("fix_wq_curve") || outputName.equals("computed_discharge_curve")
200 || outputName.equals("extreme_wq_curve")) { 194 || outputName.equals("extreme_wq_curve")) {
201 String labelString = ((StringProperty)origPg.getPropertyByName("label")).getValue(); 195 String labelString = ((StringProperty)origPg.getPropertyByName("label")).getValue();

http://dive4elements.wald.intevation.org