]> source.dussan.org Git - vaadin-framework.git/commitdiff
Remove debug output accidentally committed
authorLeif Åstrand <leif@vaadin.com>
Thu, 8 Mar 2012 11:57:03 +0000 (13:57 +0200)
committerLeif Åstrand <leif@vaadin.com>
Thu, 8 Mar 2012 11:57:03 +0000 (13:57 +0200)
src/com/vaadin/ui/Window.java

index 5793bcbd0a6bc8b02c03440911e954ea9177050e..216a64e57ea8ff504223b6c630b930f408c28844 100644 (file)
@@ -222,8 +222,6 @@ public class Window extends Panel implements FocusNotifier, BlurNotifier {
                 && (getHeightUnits() != UNITS_PIXELS || (Integer) variables
                         .get("height") != getHeight())) {
             sizeHasChanged = true;
-            System.out.println("Got height from server: "
-                    + variables.get("height"));
         }
         if (variables.containsKey("width")
                 && (getWidthUnits() != UNITS_PIXELS || (Integer) variables