Remove a stray diagnostic.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 5 Apr 2011 18:05:57 +0000 (18:05 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 5 Apr 2011 18:05:57 +0000 (18:05 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/puzzles@9147 cda61777-01e9-0310-a592-d414129be87e

PuzzleApplet.java

index fcecffb..0b0648c 100644 (file)
@@ -296,7 +296,6 @@ public class PuzzleApplet extends JApplet implements Runtime.CallJavaCB {
                 case 0:
                    String text = runtime.cstring(arg2);
                    if (text.equals("")) text = " ";
-                   System.out.println("status '" + text + "'");
                    statusBar.setText(text);
                    break;
                 case 1: