From 8e0b20234ffcbc1dcb78723bf91f20f6159ef2b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leif=20=C3=85strand?= Date: Thu, 8 Mar 2012 13:57:03 +0200 Subject: [PATCH] Remove debug output accidentally committed --- src/com/vaadin/ui/Window.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/com/vaadin/ui/Window.java b/src/com/vaadin/ui/Window.java index 5793bcbd0a..216a64e57e 100644 --- a/src/com/vaadin/ui/Window.java +++ b/src/com/vaadin/ui/Window.java @@ -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 -- 2.39.5