From 9d3afd567e5924d877e519f08ab30981bdae6f8e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 Feb 2011 21:54:55 +0000 Subject: Remove more cruft. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2946 a436a847-0d15-0410-975c-d299462d15a1 --- swig/python/lv2_apply.py | 3 --- 1 file changed, 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: -- cgit v1.2.1