shithub: puzzles

Download patch

ref: 71807719f6010e7fdf451609e982b09c8c68cbc7
parent: 8104b2c35db59530f8ff4973d34f1c86cd5476f4
author: Simon Tatham <[email protected]>
date: Sat Jul 5 09:32:28 EDT 2008

Remove rogue diagnostic.

[originally from svn r8106]

--- a/PuzzleApplet.java
+++ b/PuzzleApplet.java
@@ -179,7 +179,6 @@
 	    } catch (java.lang.NullPointerException ex) {
 		gameid = null;
 	    }
-	    System.out.println("ooh " + gameid);
 	    if (gameid == null) {
 		puzzle_args = null;
 	    } else {