]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove debug prints.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 23 Mar 2008 16:39:24 +0000 (13:39 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 23 Mar 2008 16:39:24 +0000 (13:39 -0300)
scripts/lilypond-book.py

index dd1914024648ae804a74d68266c75e7aa339428b..1afed2fe374da62d9d99ea5d7f3eea6df1022203 100644 (file)
@@ -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)):