From: Han-Wen Nienhuys Date: Sat, 3 Feb 2007 15:31:32 +0000 (+0100) Subject: remove gob X-Git-Tag: release/2.11.16-1~16 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=4a5cbb75eb40fb24e687239e02a0d5135296d78c;p=lilypond.git remove gob --- diff --git a/buildscripts/mf-to-table.py b/buildscripts/mf-to-table.py index 4a6d304bd9..c9cc27acde 100644 --- a/buildscripts/mf-to-table.py +++ b/buildscripts/mf-to-table.py @@ -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 ''