Comment out what looks like debugging output
(cherry picked from commit d01e6a8dcc
)
This commit is contained in:
parent
fd3595e7d3
commit
52f2e812fb
|
@ -1,7 +1,7 @@
|
||||||
#lang racket/base
|
#lang racket/base
|
||||||
|
|
||||||
(define (configure data)
|
(define (configure data)
|
||||||
(printf "Configuring\n")
|
;; (printf "Configuring\n")
|
||||||
(current-read-interaction even-read))
|
(current-read-interaction even-read))
|
||||||
(provide configure)
|
(provide configure)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user