From: Erik Sandberg Date: Mon, 16 Oct 2006 15:22:02 +0000 (+0000) Subject: * lily/parser.yy: remove debug output X-Git-Tag: release/2.10.0-2~158 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4cf46b8c5b558a649c3c8fde848d9a93d298e4f1;p=lilypond.git * lily/parser.yy: remove debug output --- diff --git a/ChangeLog b/ChangeLog index 80ac49fee6..154419cf1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-10-16 Erik Sandberg + + * lily/parser.yy: remove debug output + 2006-10-16 Han-Wen Nienhuys * Documentation/topdocs/NEWS.tely (Top): idem. diff --git a/lily/parser.yy b/lily/parser.yy index 06c38c4e0c..85f2f060f4 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -1457,7 +1457,6 @@ command_event: | MARK DEFAULT { Music *m = MY_MAKE_MUSIC ("MarkEvent", @$); $$ = m->unprotect (); - scm_display($$, SCM_UNDEFINED); } | tempo_event { $$ = $1;