Skip to content
Snippets Groups Projects
Commit 416967e8 authored by srosse's avatar srosse
Browse files

OO-1213: remove print out

parent 7d5a2640
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,6 @@ public class ListPanel extends AbstractComponent implements ComponentCollection ...@@ -85,7 +85,6 @@ public class ListPanel extends AbstractComponent implements ComponentCollection
for(Component cmp:content) { for(Component cmp:content) {
dirty |= cmp.isDirty(); dirty |= cmp.isDirty();
} }
System.out.println("List: " + dirty);
return dirty || super.isDirty(); return dirty || super.isDirty();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment