aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points/terminal.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/entry-points/terminal.scm')
-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))))
)