mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
remove debug line, causing a crash on startup
This commit is contained in:
@@ -118,7 +118,7 @@ public class Sketch {
|
||||
//Base.addBuildFolderToClassPath();
|
||||
|
||||
folder = new File(new File(path).getParent());
|
||||
System.out.println("sketch dir is " + folder);
|
||||
//System.out.println("sketch dir is " + folder);
|
||||
|
||||
load();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user