Skip to content

Commit f5e35ab

Browse files
committed
Removed some debug lines
1 parent faf32b2 commit f5e35ab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

audio-spectrum/src/com/gtomee/audiospectrum/AudioSpectrum.java

-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ public void create() {
4646
width = Gdx.graphics.getWidth();
4747
height = Gdx.graphics.getHeight();
4848

49-
System.out.println("width=" + width);
50-
System.out.println("height=" + height);
51-
5249
camera.setToOrtho(false, WIDTH, HEIGHT);
5350
// load texture
5451
colors = new Texture(Gdx.files.internal("data/colors-borders.png"));

0 commit comments

Comments
 (0)