From: Jan Nieuwenhuizen Date: Wed, 4 Feb 2004 16:59:36 +0000 (+0000) Subject: Speed-up and clean-ups. X-Git-Tag: release/2.1.23~104 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8488f64a8f867321abf8f303c8d910aa02f26d95;p=lilypond.git Speed-up and clean-ups. --- diff --git a/scripts/filter-lilypond-book.py b/scripts/filter-lilypond-book.py index a3a97dbe1d..3791791f16 100644 --- a/scripts/filter-lilypond-book.py +++ b/scripts/filter-lilypond-book.py @@ -636,10 +636,8 @@ format2ext = { } def do_file (input_filename): - - print 'do_file: ' + input_filename + #ugh global format - if not format: e = os.path.splitext (input_filename)[1] if e in ext2format.keys (): @@ -712,7 +710,6 @@ def do_file (input_filename): h.close () def process_include (snippet): - print 'type: ' + snippet.type os.chdir (original_dir) name = snippet.substring ('filename') ly.progress (_ ('Processing include: %s') % name)