remove (display)
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 27 Nov 2015 18:42:42 +0000 (12:42 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 28 Nov 2015 02:19:54 +0000 (20:19 -0600)
eightsync/agenda.scm

index d02ce9fbdb029330308b852ad77ea0b84c66e405..ba075361339f469d9047c1df0eefc3d9f36963a2 100644 (file)
@@ -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)