mes: Remove stray debugging newline output.
* mes/module/mes/guile.mes (open-input-file): Move debugging newline into debug clause.
This commit is contained in:
parent
9ab1e5cbef
commit
a9bf3bfb12
|
@ -104,8 +104,8 @@
|
|||
(core:display-error (string-append "open-input-file: `" file "'"))
|
||||
(when (> debug 3)
|
||||
(core:display-error " port=")
|
||||
(core:display-error port)))
|
||||
(core:display-error "\n")
|
||||
(core:display-error port))
|
||||
(core:display-error "\n"))
|
||||
port))
|
||||
|
||||
(define (dirname file-name)
|
||||
|
|
Loading…
Reference in a new issue