From 35f231665c313ba5bc6da0a43a019299364cc281 Mon Sep 17 00:00:00 2001 From: Lockywolf Date: Tue, 6 Aug 2019 09:45:14 +0800 Subject: Remove debug printing. Align par-style with geiser. --- elisp/geiser-connection.el | 1 - 1 file changed, 1 deletion(-) (limited to 'elisp/geiser-connection.el') diff --git a/elisp/geiser-connection.el b/elisp/geiser-connection.el index 560412f..510afe9 100644 --- a/elisp/geiser-connection.el +++ b/elisp/geiser-connection.el @@ -252,7 +252,6 @@ "Time limit, in msecs, blocking on synchronous evaluation requests") (defun geiser-con--send-string/wait (con str cont &optional timeout sbuf) - (message "lwf:g-c--s-s/w:%s" str) (save-current-buffer (let ((proc (and con (geiser-con--connection-process con)))) (unless proc (error "Geiser connection not active")) -- cgit v1.2.3