]> git.donarmstrong.com Git - lilypond.git/commitdiff
remove gob
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 3 Feb 2007 15:31:32 +0000 (16:31 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 3 Feb 2007 15:31:32 +0000 (16:31 +0100)
buildscripts/mf-to-table.py

index 4a6d304bd96194455e85a435e3bbc96f6fa91ae3..c9cc27acdec6920f5ed6fa2c1530dcfc73898ad6 100644 (file)
@@ -21,7 +21,6 @@ def read_log_file (fn):
     deps = []
     autolines = []
     def include_func (match, d = deps):
-        print match.group (1)
         d.append (match.group (1))
         return ''