From: Christopher Allan Webber Date: Thu, 8 Dec 2016 21:29:58 +0000 (-0600) Subject: agenda: Remove debugging statements. X-Git-Tag: v0.3.0~32 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=4118e3306b85390d0564960b92c9f56e202898d0 agenda: Remove debugging statements. * 8sync/agenda.scm (wait-for-readable, wait-for-writable): Removed debug statments. --- diff --git a/8sync/agenda.scm b/8sync/agenda.scm index f22134d..8847dc9 100644 --- a/8sync/agenda.scm +++ b/8sync/agenda.scm @@ -768,14 +768,12 @@ on suspendable ports." (begin body ...))) (define (wait-for-readable port) - (display "Waiting to read\n") (8sync-abort-to-prompt (make-async-request (lambda (kont) (make-read-request port (wrap (kont #f))))))) (define (wait-for-writable port) - (display "Waiting to write\n") (8sync-abort-to-prompt (make-async-request (lambda (kont)