From c3bfafb92768725edde91f20af027dddfce6d668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Wed, 18 Jan 2017 00:23:53 +0100 Subject: [PATCH] Remove output so that Travis build succeeds. --- graph-type.hl.rkt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graph-type.hl.rkt b/graph-type.hl.rkt index 17d88da..edf4968 100644 --- a/graph-type.hl.rkt +++ b/graph-type.hl.rkt @@ -28,10 +28,10 @@ (define-syntax/parse (define-graph-type . :signature) (define gi ) (local-require racket/pretty) - (parameterize ([pretty-print-columns 188]) - (pretty-print gi (current-output-port) 0)) + #;(parameterize ([pretty-print-columns 188]) + (pretty-print gi (current-output-port) 0)) #`(begin - #;(define-syntax name #,gi)))] + (define-syntax name #,gi)))] @chunk[ (graph-info #'name