Skip to content

Commit 5d17214

Browse files
committed
turn that off, too many errors
1 parent 4ae3dc6 commit 5d17214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/Mode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ public ImageIcon loadIcon(String filename) {
11521152
}
11531153
File file = new File(folder, filename);
11541154
if (!file.exists()) {
1155-
EditorConsole.systemErr.println("file does not exist: " + file.getAbsolutePath());
1155+
// EditorConsole.systemErr.println("file does not exist: " + file.getAbsolutePath());
11561156
return null;
11571157
}
11581158
// EditorConsole.systemErr.println("found: " + file.getAbsolutePath());

0 commit comments

Comments
 (0)