We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae3dc6 commit 5d17214Copy full SHA for 5d17214
app/src/processing/app/Mode.java
@@ -1152,7 +1152,7 @@ public ImageIcon loadIcon(String filename) {
1152
}
1153
File file = new File(folder, filename);
1154
if (!file.exists()) {
1155
- EditorConsole.systemErr.println("file does not exist: " + file.getAbsolutePath());
+// EditorConsole.systemErr.println("file does not exist: " + file.getAbsolutePath());
1156
return null;
1157
1158
// EditorConsole.systemErr.println("found: " + file.getAbsolutePath());
0 commit comments