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