Remove output so that Travis build succeeds.
This commit is contained in:
parent
7a264197ea
commit
c3bfafb927
|
@ -28,10 +28,10 @@
|
|||
(define-syntax/parse (define-graph-type . :signature)
|
||||
(define gi <graph-info>)
|
||||
(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>
|
||||
(graph-info #'name
|
||||
|
|
Loading…
Reference in New Issue
Block a user