ref: 91f5f585b266d59485eb8ba27e151c545e01cb2c
parent: e9b858971075c835ba888a7649621e22bc2c4542
author: Simon Tatham <anakin@pobox.com>
date: Tue Apr 5 14:05:57 EDT 2011
Remove a stray diagnostic. [originally from svn r9147]
--- a/PuzzleApplet.java
+++ b/PuzzleApplet.java
@@ -296,7 +296,6 @@
case 0:
String text = runtime.cstring(arg2);
if (text.equals("")) text = " ";
- System.out.println("status '" + text + "'");
statusBar.setText(text);
break;
case 1: