aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-05-04 19:37:29 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-05-04 19:37:29 +0200
commit23bb093fadf597411f81303371ca9f1ef9f15619 (patch)
tree4d6edc4a44f5365586b27ec9c7ff9b782feef2d0 /module/entry-points
parentAll warning procedures now uses warning system. (diff)
downloadcalp-23bb093fadf597411f81303371ca9f1ef9f15619.tar.gz
calp-23bb093fadf597411f81303371ca9f1ef9f15619.tar.xz
Replace direct output to current-error-port with warnings.
Diffstat (limited to 'module/entry-points')
-rw-r--r--module/entry-points/terminal.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/module/entry-points/terminal.scm b/module/entry-points/terminal.scm
index a2c41f44..7f816e94 100644
--- a/module/entry-points/terminal.scm
+++ b/module/entry-points/terminal.scm
@@ -24,7 +24,6 @@
(let ((date (or (and=> (option-ref opts 'date #f) parse-freeform-date)
(current-date))))
- ;; (format (current-error-port) "len(events) = ~a~%" (stream-length events))
(with-vulgar
(lambda () (main-loop date))))
)