diff options
Diffstat (limited to 'swig')
-rwxr-xr-x | swig/python/lv2_apply.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/swig/python/lv2_apply.py b/swig/python/lv2_apply.py index 320a5f2..97d71c5 100755 --- a/swig/python/lv2_apply.py +++ b/swig/python/lv2_apply.py @@ -36,9 +36,6 @@ if n_audio_out == 0: print "Plugin has no audio outputs\n" sys.exit(1) -print "NUM IN:", n_audio_in -print "NUM OUT:", n_audio_out - # Open input file wav_in = wave.open(wav_in_path, 'r') if not wav_in: |