[Dive4elements-commits] [PATCH 5 of 8] Remove uneccessary debug output

Wald Commits scm-commit at wald.intevation.org
Mon Apr 15 18:41:59 CEST 2013


# HG changeset patch
# User Andre Heinecke <aheinecke at intevation.de>
# Date 1366043035 -7200
# Node ID 891ad06e80e58f41709b23f0aee280595c3f29bb
# Parent  22e03ca8c39d1480e25e8f575ce1089d97a3e13e
Remove uneccessary debug output

diff -r 22e03ca8c39d -r 891ad06e80e5 flys-client/src/main/java/de/intevation/flys/client/client/ui/map/MapPrintPanel.java
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/map/MapPrintPanel.java	Mon Apr 15 18:23:42 2013 +0200
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/map/MapPrintPanel.java	Mon Apr 15 18:23:55 2013 +0200
@@ -191,11 +191,9 @@
 */
     protected ButtonItem createPrintButtonItem() {
         ButtonItem btn = new ButtonItem();
-        GWT.log("Button created");
         btn.addClickHandler(new ClickHandler() {
 
             public void onClick(ClickEvent event) {
-                GWT.log("Print Button Click");
                 updateCollection();
                 Window.open(createPrintUrl(), "_blank", "");
                 parent.destroy();


More information about the Dive4elements-commits mailing list