From: Christopher Allan Webber Date: Fri, 27 Nov 2015 18:42:42 +0000 (-0600) Subject: remove (display) X-Git-Tag: v0.1.0~61 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=a0fd0a50a742438b2c4ff5f06e684a84a5c863ca;hp=b338e79df344d5acc44bd6768eddba254ad59554 remove (display) --- 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)