remove debug message

This commit is contained in:
benfry
2006-11-04 19:07:50 +00:00
parent 358a3f0611
commit 19819b3c11

View File

@@ -1395,7 +1395,6 @@ public class Editor extends JFrame
checkModified2(); // though this may just quit
} else if (result == JOptionPane.CANCEL_OPTION) {
System.out.println("canceled");
// ignored
}
}