Skip to content

Commit

Permalink
remove 1.0 on the console during startup (debug message from Toolkit)
Browse files Browse the repository at this point in the history
  • Loading branch information
benfry committed Jul 10, 2021
1 parent 4664a73 commit ae26d8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion app/src/processing/app/ui/Toolkit.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae26d8d

Please sign in to comment.