mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 00:15:46 -07:00
Remove a stray diagnostic.
[originally from svn r9147]
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user