From da9e6575643125b09e303535807ef63fdbbd23aa Mon Sep 17 00:00:00 2001 From: Recrown Date: Tue, 13 Feb 2018 18:46:28 -0600 Subject: [PATCH] removed console outputs --- core/src/zero1hd/rhythmbullet/RhythmBullet.java | 2 -- 1 file changed, 2 deletions(-) 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);