From a0fd0a50a742438b2c4ff5f06e684a84a5c863ca Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Fri, 27 Nov 2015 12:42:42 -0600 Subject: [PATCH 1/1] remove (display) --- eightsync/agenda.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/eightsync/agenda.scm b/eightsync/agenda.scm index d02ce9f..ba07536 100644 --- a/eightsync/agenda.scm +++ b/eightsync/agenda.scm @@ -476,7 +476,6 @@ return the wrong thing via (%8sync) and trip themselves up." (define-syntax-rule (propagate-%async-exceptions body) (let ((body-result body)) - (display "hi!\n") (if (wrapped-exception? body-result) (throw '%8sync-caught-error (wrapped-exception-key body-result) -- 2.31.1