chiark / gitweb /
Remove rogue diagnostic.
authorSimon Tatham <anakin@pobox.com>
Sat, 5 Jul 2008 13:32:28 +0000 (13:32 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 5 Jul 2008 13:32:28 +0000 (13:32 +0000)
[originally from svn r8106]

PuzzleApplet.java

index f68dddf0afb15daca6701ff7b1ddc491f761c6e6..43d2f35a4e9da314585ede6457bf69f6d60918f7 100644 (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 {