]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/parser.yy: remove debug output
authorErik Sandberg <mandolaerik@gmail.com>
Mon, 16 Oct 2006 15:22:02 +0000 (15:22 +0000)
committerErik Sandberg <mandolaerik@gmail.com>
Mon, 16 Oct 2006 15:22:02 +0000 (15:22 +0000)
ChangeLog
lily/parser.yy

index 80ac49fee6f130ff3676b46f9424da0e83c08442..154419cf1a102f8583aee43f7617a5727b1ac3d7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-16  Erik Sandberg  <mandolaerik@gmail.com>
+
+       * lily/parser.yy: remove debug output
+
 2006-10-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * Documentation/topdocs/NEWS.tely (Top): idem.
index 06c38c4e0ca9808b1cc9933c1bed028d93be9b63..85f2f060f473642a20968c6aff35e5616e1bd5ad 100644 (file)
@@ -1457,7 +1457,6 @@ command_event:
        | MARK DEFAULT  {
                Music *m = MY_MAKE_MUSIC ("MarkEvent", @$);
                $$ = m->unprotect ();
-               scm_display($$, SCM_UNDEFINED);
        }
        | tempo_event {
                $$ = $1;