debug things removed

This commit is contained in:
2015-05-06 10:54:25 +02:00
parent 40217c0a39
commit 10742c6616
2 changed files with 1 additions and 2 deletions
@@ -48,7 +48,6 @@ public class JPersistentSplitPane extends JSplitPane {
int width = ((JSplitPane) pce.getSource()).getWidth();
if (width != 0) {
int p = Math.round((100.0f * (Integer) pce.getNewValue() / width));
System.out.println(config.getName() + ": " + p);
config.set(p);
}
}