chiark
/
gitweb
/
~ian
/
sgt-puzzles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8104b2c
)
Remove rogue diagnostic.
author
Simon Tatham
<anakin@pobox.com>
Sat, 5 Jul 2008 13:32:28 +0000
(13:32 +0000)
committer
Simon Tatham
<anakin@pobox.com>
Sat, 5 Jul 2008 13:32:28 +0000
(13:32 +0000)
[originally from svn r8106]
PuzzleApplet.java
patch
|
blob
|
history
diff --git
a/PuzzleApplet.java
b/PuzzleApplet.java
index f68dddf0afb15daca6701ff7b1ddc491f761c6e6..43d2f35a4e9da314585ede6457bf69f6d60918f7 100644
(file)
--- a/
PuzzleApplet.java
+++ b/
PuzzleApplet.java
@@
-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 {