Remove rogue diagnostic.

[originally from svn r8106]
This commit is contained in:
Simon Tatham
2008-07-05 13:32:28 +00:00
parent 8104b2c35d
commit 71807719f6

View File

@ -179,7 +179,6 @@ public class PuzzleApplet extends JApplet implements Runtime.CallJavaCB {
} catch (java.lang.NullPointerException ex) {
gameid = null;
}
System.out.println("ooh " + gameid);
if (gameid == null) {
puzzle_args = null;
} else {