Skip to content

Commit 65b2d8a

Browse files
committed
Remove debug output
1 parent 2eec9ac commit 65b2d8a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

SampleAI/Java/SampleAI.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ public static void main(String[] args) {
1919
}
2020
}
2121
if (random == null) {
22-
writer.println("NO SEED");
2322
random = new Random();
2423
}
2524

0 commit comments

Comments
 (0)