diff --git a/app/src/processing/app/ui/Toolkit.java b/app/src/processing/app/ui/Toolkit.java index 6b0dc7e7e5..9d4b20fc31 100644 --- a/app/src/processing/app/ui/Toolkit.java +++ b/app/src/processing/app/ui/Toolkit.java @@ -837,7 +837,6 @@ static public void zoomSwingFonts() { static public int zoom(int pixels) { if (zoom == 0) { zoom = parseZoom(); - System.out.println(zoom); } // Deal with 125% scaling badness // https://github.com/processing/processing/issues/4902 diff --git a/todo.txt b/todo.txt index 567e84a905..7e148b3fa4 100755 --- a/todo.txt +++ b/todo.txt @@ -22,6 +22,7 @@ X Fix "No library found for org.w3c.dom" X only export 'tool' subfolder for Movie Maker (and Theme Engine?) X redo splash screen handler X make the splash screen work in 2x on Windows and Linux +X remove 1.0 on the console during startup (debug message from Toolkit) theme X major theme changes