Skip to content

Commit

Permalink
Don't require unstable/debug
Browse files Browse the repository at this point in the history
... that module seems not to be present on OS X, version v6.4
  • Loading branch information
offby1 committed Feb 28, 2016
1 parent 3d4ad07 commit 9ca5c44
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions iserver.rkt
Expand Up @@ -4,8 +4,8 @@
(prefix-in db: db)
(only-in mzlib/etc this-expression-source-directory)
(only-in "utils.rkt" safely)
(only-in "vars.rkt" *incubot-logger*)
unstable/debug)
(only-in "vars.rkt" *incubot-logger*))


(define *db-file-name*
(make-parameter
Expand Down Expand Up @@ -75,7 +75,6 @@
(define (make-incubot-server)
(define connection (db:sqlite3-connect
#:database (*db-file-name*)))
(dprintf "Connected to ~a: ~a" (*db-file-name*) connection)
(lambda (command-sym inp)
(match command-sym
['put-string
Expand Down

0 comments on commit 9ca5c44

Please sign in to comment.