From 8488f64a8f867321abf8f303c8d910aa02f26d95 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Wed, 4 Feb 2004 16:59:36 +0000 Subject: [PATCH] Speed-up and clean-ups. --- scripts/filter-lilypond-book.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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) -- 2.39.5