mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 04:00:53 +00:00
debug things removed
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user