aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2007-07-13 10:19:00 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2007-07-13 10:19:00 +0000
commita753119d0dad248ad2ecd3a93091f12b50694940 (patch)
treefe66323f12c6c1d4f346e13cbb3c65a1047e7f60 /src
parent4b6bf302b620ddc8edfeb1e0e29204076c282708 (diff)
downloadvaadin-framework-a753119d0dad248ad2ecd3a93091f12b50694940.tar.gz
vaadin-framework-a753119d0dad248ad2ecd3a93091f12b50694940.zip
removed debug line
svn changeset:1853/svn branch:trunk
Diffstat (limited to 'src')
-rw-r--r--src/com/itmill/toolkit/terminal/gwt/client/ui/ICustomLayout.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/itmill/toolkit/terminal/gwt/client/ui/ICustomLayout.java b/src/com/itmill/toolkit/terminal/gwt/client/ui/ICustomLayout.java
index 0efe36ee6b..78d415d328 100644
--- a/src/com/itmill/toolkit/terminal/gwt/client/ui/ICustomLayout.java
+++ b/src/com/itmill/toolkit/terminal/gwt/client/ui/ICustomLayout.java
@@ -149,7 +149,6 @@ public class ICustomLayout extends ComplexPanel implements Paintable, Layout {
} else {
int len = DOM.getChildCount(elem);
for (int i = 0; i < len; i++) {
- System.out.print(i);
scanForLocations(DOM.getChild(elem, i));
}
}