db: remove superfluous pretty-print setup

This commit is contained in:
Ryan Culpepper 2011-10-16 04:24:05 -06:00
parent eed6016793
commit f704d1620d

View File

@ -16,11 +16,8 @@
(void
(interaction-eval #:eval the-eval
(require racket/class
racket/pretty
db/base
db/util/datetime))
(interaction-eval #:eval the-eval
(current-print pretty-print-handler))
(interaction-eval #:eval the-eval
(define connection% (class object% (super-new))))
(interaction-eval #:eval the-eval