Browse Source

removed needless comment

master
wes 13 years ago
parent
commit
b56c42e025
  1. 4
      database.rkt

4
database.rkt

@ -71,10 +71,6 @@
new-cmd new-cmd
(get-id old-cmd))])) (get-id old-cmd))]))
;; Command Dispatch Functions
;; These functions take a string, parse it, and then execute the command
; associates a name with an id in Redis, then puts the question in couchdb ; associates a name with an id in Redis, then puts the question in couchdb
(define (submit-question name content) (define (submit-question name content)
(let* ([id (caar (hash-values [get-uuid]))]) (let* ([id (caar (hash-values [get-uuid]))])

Loading…
Cancel
Save