chiark / gitweb /
Remove a stray diagnostic.
authorSimon Tatham <anakin@pobox.com>
Tue, 5 Apr 2011 18:05:57 +0000 (18:05 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 5 Apr 2011 18:05:57 +0000 (18:05 +0000)
[originally from svn r9147]

PuzzleApplet.java

index fcecffbbe8e75abd75b5ca4033931e4f261ff6bd..0b0648ce9b1b3c6470684cf36f23bb59f04419c2 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: