Skip to content

Commit

Permalink
#6 commented code snippets deleted from Plumber.java 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pupcs committed May 20, 2024
1 parent 455a5ed commit f9e1f8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/program/main/Plumber.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ public void pickUpNewPipe() {
Pipe pipe = new Pipe(this.getPosition(), this, "pipe" + counter);
game.Pipes().add(pipe);
this.setPipeInPocket(pipe);
//this.done = true;
//System.out.println("SUCCESS - Plumber.pickUpNewPump()");
break;
}
}
Expand Down
Binary file modified target/classes/program/main/Plumber.class
Binary file not shown.

0 comments on commit f9e1f8c

Please sign in to comment.