From: David Kastrup Date: Fri, 6 Mar 2015 16:42:40 +0000 (+0100) Subject: Issue 4314: Remove forgotten debug output in articulate.ly X-Git-Tag: release/2.19.17-1~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d0c679a337fa9b38fe4f7578007d2e32842e4456;p=lilypond.git Issue 4314: Remove forgotten debug output in articulate.ly This was forgotten in the fix for issue 4270. --- diff --git a/ly/articulate.ly b/ly/articulate.ly index e2c8700ac6..1aa62d8e9d 100644 --- a/ly/articulate.ly +++ b/ly/articulate.ly @@ -738,7 +738,6 @@ (filter (lambda (z) (eq? 'NoteEvent (ly:music-property z 'name))) (ly:music-property belownote 'elements))) - (display belownote) (let* ((mordentMusic (make-sequential-music (list gracenote belownote music))) (newlen (ly:music-length mordentMusic))