Skip to content

Commit c644b6a

Browse files
author
raytr
committedMay 24, 2019
Removed printout
1 parent fc5f8c9 commit c644b6a

File tree

4 files changed

+0
-1
lines changed

4 files changed

+0
-1
lines changed
 
Binary file not shown.
0 Bytes
Binary file not shown.
-154 Bytes
Binary file not shown.

Diff for: ‎src/game/client/Playfield.java

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ public void draw(){
7272
}
7373
createBorder();
7474
if (drawWinMsg){
75-
System.out.println("HELLO");
7675
gc.setTextAlign(TextAlignment.CENTER);
7776
gc.setTextBaseline(VPos.CENTER);
7877
gc.setFill(Color.DARKORANGE);

0 commit comments

Comments
 (0)