Remove extraneous print statement

master
John 2022-06-19 17:53:52 -07:00
parent a81c4e21c4
commit 061ca4ddda
1 changed files with 0 additions and 1 deletions

View File

@ -15,6 +15,5 @@ public class WallSign extends TextBox implements Serializable {
newX -= GameFrame.game.camera.x;
super.draw(g, new Color(0, 0, 0, 0), textColor);
newX = oldX;
System.out.println();
}
}