summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-12 21:54:55 +0000
committerDavid Robillard <d@drobilla.net>2011-02-12 21:54:55 +0000
commit9d3afd567e5924d877e519f08ab30981bdae6f8e (patch)
treeca11bfeb5d4f223dfb2dc9a6d70ba890fffa1b47
parent959ab308b32fb0eee4cf60b61989b8fe28889b93 (diff)
downloadlilv-9d3afd567e5924d877e519f08ab30981bdae6f8e.tar.gz
lilv-9d3afd567e5924d877e519f08ab30981bdae6f8e.tar.bz2
lilv-9d3afd567e5924d877e519f08ab30981bdae6f8e.zip
Remove more cruft.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2946 a436a847-0d15-0410-975c-d299462d15a1
-rwxr-xr-xswig/python/lv2_apply.py3
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: