]> git.donarmstrong.com Git - lilypond.git/commitdiff
don't spam stdout with OUT OF DATE.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 6 Jan 2007 16:37:08 +0000 (17:37 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 6 Jan 2007 16:37:08 +0000 (17:37 +0100)
scripts/lilypond-book.py

index d7f306947983243a672a588d6e33849717579083..dd495fc7509e213d10fbe49c3153aefc5e4e9489 100644 (file)
@@ -1109,8 +1109,7 @@ class Lilypond_snippet (Snippet):
             and (self.relevant_contents (self.full_ly ())
                  == self.relevant_contents (open (ly_file).read ()))):
             return None
-        if global_options.verbose:
-            print 'OUT OF DATE: ', ly_file
+
         return self
 
     def png_is_outdated (self):