]> git.donarmstrong.com Git - lilypond.git/commitdiff
remove debugging gobs.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 21 Jan 2007 14:31:04 +0000 (15:31 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 21 Jan 2007 14:31:04 +0000 (15:31 +0100)
scm/coverage.scm

index a7a1b2455278121023060245958b63e16f81e399..aefef132f99cdf43fe8cba742d2b28c1d113c5c1 100644 (file)
@@ -60,15 +60,10 @@ Coverage for file: ~a
                       (cond
                        ((and (< i (vector-length vec)) (vector-ref vec i)) "1")
                        ((and (string-contains file ".ly") (string-match "^[ \t]*%.*$" (car l)))
-
                         "-")
                        ((string-match  "^[ \t]*[()'`,]*$" (car l))
-
                         "-")
                        ((string-match  "^[ \t]*;.*$" (car l))
-                        (format (current-output-port) "~a l=~a, m=~a\n"
-                                i
-                                (car l) (string-match  "^[ \t]*;.*$"  (car l)))
 
                         "-")
                        (else "0"))