X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=eightsync%2Fagenda.scm;h=ba075361339f469d9047c1df0eefc3d9f36963a2;hp=d02ce9fbdb029330308b852ad77ea0b84c66e405;hb=a0fd0a50a742438b2c4ff5f06e684a84a5c863ca;hpb=b338e79df344d5acc44bd6768eddba254ad59554 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)