aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PuzzleApplet.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/PuzzleApplet.java b/PuzzleApplet.java
index fcecffb..0b0648c 100644
--- a/PuzzleApplet.java
+++ b/PuzzleApplet.java
@@ -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: