starting rev 115 and removing two debug messages

This commit is contained in:
benfry
2006-04-19 21:27:39 +00:00
parent e10c07d926
commit 127eaa2a3e
7 changed files with 30 additions and 22 deletions

View File

@@ -1214,10 +1214,10 @@ public class PGraphics2 extends PGraphics {
public void save(String filename) {
System.out.println("start load");
//System.out.println("start load");
loadPixels();
System.out.println("end load, start save");
//System.out.println("end load, start save");
super.save(filename);
System.out.println("done with save");
//System.out.println("done with save");
}
}