remove debug line, causing a crash on startup

This commit is contained in:
benfry
2008-09-20 20:14:52 +00:00
parent 4421510476
commit 165cd5a60f
+1 -1
View File
@@ -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();
}