diff --git a/core/src/zero1hd/rhythmbullet/RhythmBullet.java b/core/src/zero1hd/rhythmbullet/RhythmBullet.java index 28b1fb4..55bdd48 100755 --- a/core/src/zero1hd/rhythmbullet/RhythmBullet.java +++ b/core/src/zero1hd/rhythmbullet/RhythmBullet.java @@ -104,7 +104,6 @@ public class RhythmBullet extends Game { screenHeight = Gdx.graphics.getHeight(); pixels_per_unit = (int) (Float.valueOf(screenHeight)/Float.valueOf(WORLD_HEIGHT)); - System.out.println("pixels per unit: " + pixels_per_unit); } public void checkAssetQueue() { @@ -173,7 +172,6 @@ public class RhythmBullet extends Game { screenHeight = Gdx.graphics.getHeight(); pixels_per_unit = (int) (Float.valueOf(screenHeight)/Float.valueOf(WORLD_HEIGHT)); - System.out.println("pixels per unit: " + pixels_per_unit); if (initComplete) { Gdx.app.debug("Resize", "Pre-transition is happening. Using resolution " + width + "x" + height);