diff options
Diffstat (limited to 'ebus-racket/dumper.rkt')
-rwxr-xr-x | ebus-racket/dumper.rkt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ebus-racket/dumper.rkt b/ebus-racket/dumper.rkt index bc60590..62ca64e 100755 --- a/ebus-racket/dumper.rkt +++ b/ebus-racket/dumper.rkt @@ -38,9 +38,9 @@ (define (read-ebus-loop7 input-port) (let ([fields (layer7-read-ebus (current-input-port))]) - (if (not (void? fields)) - (pretty-print fields) - (display "")) + ;(if (not (void? fields)) + ;(pretty-print fields) + ;(display "")) (cond ((not (eof-object? fields)) (read-ebus-loop7 input-port))))) (if (layer7?) |