Skip to content

Commit ae26d8d

Browse files
committed
remove 1.0 on the console during startup (debug message from Toolkit)
1 parent 4664a73 commit ae26d8d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/src/processing/app/ui/Toolkit.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,6 @@ static public void zoomSwingFonts() {
837837
static public int zoom(int pixels) {
838838
if (zoom == 0) {
839839
zoom = parseZoom();
840-
System.out.println(zoom);
841840
}
842841
// Deal with 125% scaling badness
843842
// https://github.com/processing/processing/issues/4902

todo.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ X Fix "No library found for org.w3c.dom"
2222
X only export 'tool' subfolder for Movie Maker (and Theme Engine?)
2323
X redo splash screen handler
2424
X make the splash screen work in 2x on Windows and Linux
25+
X remove 1.0 on the console during startup (debug message from Toolkit)
2526

2627
theme
2728
X major theme changes

0 commit comments

Comments
 (0)