From a64929d011e279f130b46bf76e54b597de22d19f Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 23 Mar 2008 13:39:24 -0300 Subject: [PATCH] Remove debug prints. --- scripts/lilypond-book.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index dd19140246..1afed2fe37 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -1126,7 +1126,6 @@ class LilypondSnippet (Snippet): src = os.path.join (output_dir, name) dst = os.path.join (destination, name) - print src, dst os.link (src, dst) @@ -1770,7 +1769,6 @@ def do_file (input_filename): output_filename = os.path.join(global_options.output_dir, input_base + format2ext[global_options.format]) - print output_filename if (os.path.exists (input_filename) and os.path.exists (output_filename) and samefile (output_filename, input_fullname)): -- 2.39.2