db: remove superfluous pretty-print setup
This commit is contained in:
parent
eed6016793
commit
f704d1620d
|
@ -16,11 +16,8 @@
|
||||||
(void
|
(void
|
||||||
(interaction-eval #:eval the-eval
|
(interaction-eval #:eval the-eval
|
||||||
(require racket/class
|
(require racket/class
|
||||||
racket/pretty
|
|
||||||
db/base
|
db/base
|
||||||
db/util/datetime))
|
db/util/datetime))
|
||||||
(interaction-eval #:eval the-eval
|
|
||||||
(current-print pretty-print-handler))
|
|
||||||
(interaction-eval #:eval the-eval
|
(interaction-eval #:eval the-eval
|
||||||
(define connection% (class object% (super-new))))
|
(define connection% (class object% (super-new))))
|
||||||
(interaction-eval #:eval the-eval
|
(interaction-eval #:eval the-eval
|
||||||
|
|
Loading…
Reference in New Issue
Block a user