summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Morris <paulwmorris@gmail.com>2015-12-25 12:03:53 +0000
committerJames Lowe <pkx166h@gmail.com>2015-12-25 12:04:29 +0000
commit2901f7acbc999ebd9ee16755119edaa9b7cce897 (patch)
tree6672614ac7deac900b76b2df496173d34d74dff9
parente8c64d368204178e5ac19ef9b62071e72f08b49b (diff)
scm/markup.scm comment out debugging code
No need to display a list of markup commands when not debugging.
-rw-r--r--scm/markup.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scm/markup.scm b/scm/markup.scm
index 5c38ae9ea5..14a007a95b 100644
--- a/scm/markup.scm
+++ b/scm/markup.scm
@@ -113,7 +113,7 @@ following stencil. Stencils with empty Y extent are not given
(string-join (list (car c) (string-cons-join (cdr c))) "")))
;; We let the following line in for future debugging
- (display-scheme-music (sort all-relevant-markup-commands symbol<?))
+ ;; (display-scheme-music (sort all-relevant-markup-commands symbol<?))
;;;; Remark: below only works, if markup?- or markup-list? arguments are the