aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/com/itmill/toolkit/demo/testbench/TestBench.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/itmill/toolkit/demo/testbench/TestBench.java b/src/com/itmill/toolkit/demo/testbench/TestBench.java
index 86e8cf40d8..8880525e55 100644
--- a/src/com/itmill/toolkit/demo/testbench/TestBench.java
+++ b/src/com/itmill/toolkit/demo/testbench/TestBench.java
@@ -92,7 +92,6 @@ public class TestBench extends com.itmill.toolkit.Application implements
"");
menu.setItemCaption(testable, name);
// TODO fix #1191
- System.err.println(name);
menu.collapseItem(testable);
}