Skip to content

Commit

Permalink
deleted a print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-Jess committed Mar 17, 2023
1 parent 3c9d75c commit fd62c0a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/utils/TextureManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ public TextureManager() {
public BufferedImage nextArt() {
BufferedImage image = getTexture("art"+artCounter);
artCounter++;

if(image == null) System.err.println("TextureManager: Ran out of unique wall art at #" + artCounter);

return image;
}

Expand Down

0 comments on commit fd62c0a

Please # to comment.