diff --git a/redilysis.py b/redilysis.py index db486d2..a6f3f62 100755 --- a/redilysis.py +++ b/redilysis.py @@ -255,10 +255,6 @@ def callback(in_data, frame_count, time_info, status): debug( "\n\nRunning! Using mode {}.\n\n".format(MODE)) -if MODE == 'spectrum': - debug("In this mode, we will set keys: rms, spectrum, tuning") -elif MODE == 'bpm': - debug("In this mode, we will set keys: onset, bpm, beats") p = pyaudio.PyAudio() stream = p.open(format=pyaudio.paFloat32,