remove 1.0 on the console during startup (debug message from Toolkit)

This commit is contained in:
Ben Fry
2021-07-10 17:29:28 -04:00
parent 4664a73dec
commit ae26d8d4ea
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -837,7 +837,6 @@ public class Toolkit {
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
+1
View File
@@ -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