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-syntax/parse (define-graph-type . :signature)
|
||||||
(define gi <graph-info>)
|
(define gi <graph-info>)
|
||||||
(local-require racket/pretty)
|
(local-require racket/pretty)
|
||||||
(parameterize ([pretty-print-columns 188])
|
#;(parameterize ([pretty-print-columns 188])
|
||||||
(pretty-print gi (current-output-port) 0))
|
(pretty-print gi (current-output-port) 0))
|
||||||
#`(begin
|
#`(begin
|
||||||
#;(define-syntax name #,gi)))]
|
(define-syntax name #,gi)))]
|
||||||
|
|
||||||
@chunk[<graph-info>
|
@chunk[<graph-info>
|
||||||
(graph-info #'name
|
(graph-info #'name
|
||||||
|
|
Loading…
Reference in New Issue
Block a user