[PATCH 3 of 3] Remove uneccessary debug output added in last commit

Wald Commits scm-commit at wald.intevation.org
Mon Nov 25 15:35:59 CET 2013


# HG changeset patch
# User Andre Heinecke <aheinecke at intevation.de>
# Date 1385387961 -3600
# Node ID 8580f222dfb25f0630c6de4499f7012852d2b2a6
# Parent  fca46ce8e4f5603652836d1092a1a890bd87fc67
Remove uneccessary debug output added in last commit.

diff -r fca46ce8e4f5 -r 8580f222dfb2 gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/ChartPropertiesEditor.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/ChartPropertiesEditor.java	Mon Nov 25 14:58:14 2013 +0100
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/ChartPropertiesEditor.java	Mon Nov 25 14:59:21 2013 +0100
@@ -188,12 +188,6 @@
         PropertyGroup origPg = (PropertyGroup)orig;
 
         if (pg.getName().equals("axis")) {
-            for (Property prop: origPg.getProperties()) {
-                GWT.log("Found: " + prop.getName());
-            }
-            for (Property prop: pg.getProperties()) {
-                GWT.log("Found new: " + prop.getName());
-            }
             // Certain axis shall be skipped (W/Q-Diagrams cm-axis especially).
             String outputName = tab.getOutputName();
             if (outputName.equals("fix_wq_curve") || outputName.equals("computed_discharge_curve")


More information about the Dive4elements-commits mailing list