Remove rogue diagnostic.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 5 Jul 2008 13:32:28 +0000 (13:32 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 5 Jul 2008 13:32:28 +0000 (13:32 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/puzzles@8106 cda61777-01e9-0310-a592-d414129be87e

PuzzleApplet.java

index f68dddf..43d2f35 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 {