removed some debug spam

This commit is contained in:
Harrison Deng 2017-09-12 19:58:43 -05:00
parent 373a524010
commit 41f0fd3e0c

View File

@ -28,7 +28,6 @@ public class VisualizerCore implements Disposable {
while (mm.getPlaybackIndexPosition() > mm.getCurrentReadWindowIndex()) {
mm.readSamples(audioPCM);
fft.realForward(audioPCM);
System.out.println(mm.getPlaybackIndexPosition() + " " + mm.getCurrentReadWindowIndex());
}
}
}