Remove a stray diagnostic.

[originally from svn r9147]
This commit is contained in:
Simon Tatham
2011-04-05 18:05:57 +00:00
parent e9b8589710
commit 91f5f585b2

View File

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