]> source.dussan.org Git - vaadin-framework.git/commitdiff
Removed debug info
authorArtur Signell <artur.signell@itmill.com>
Tue, 23 Feb 2010 12:25:07 +0000 (12:25 +0000)
committerArtur Signell <artur.signell@itmill.com>
Tue, 23 Feb 2010 12:25:07 +0000 (12:25 +0000)
svn changeset:11496/svn branch:6.2

src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java

index 49cc539744b8fa46a947fdec323e0fbc433912dd..a33a831b7cbcf47d358aadad619263a183c4b2a7 100644 (file)
@@ -301,9 +301,7 @@ public class VScrollTable extends FlowPanel implements Table, ScrollHandler,
                     .getIntAttribute("firstrow"), uidl.getIntAttribute("rows"));
             bodyContainer.add(scrollBody);
             initialContentReceived = true;
-            ApplicationConnection.getConsole().log("foo");
             if (isAttached()) {
-                ApplicationConnection.getConsole().log("bar");
                 sizeInit();
             }
             scrollBody.restoreRowVisibility();
@@ -737,6 +735,9 @@ public class VScrollTable extends FlowPanel implements Table, ScrollHandler,
             }
             boolean needsSpaceForHorizontalSrollbar = (total > availW);
             if (needsSpaceForHorizontalSrollbar) {
+                ApplicationConnection.getConsole().log(
+                        "needsSpaceForHorizontalSrollbar: "
+                                + Util.getNativeScrollbarSize());
                 bodyHeight += Util.getNativeScrollbarSize();
             }
             bodyContainer.setHeight(bodyHeight + "px");