From 23bb093fadf597411f81303371ca9f1ef9f15619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 4 May 2020 19:37:29 +0200 Subject: Replace direct output to current-error-port with warnings. --- module/entry-points/terminal.scm | 1 - 1 file changed, 1 deletion(-) (limited to 'module/entry-points') 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)))) ) -- cgit v1.2.3