]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/lilypond-book.py
Merge with master
[lilypond.git] / 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):