From b56c42e025c7f003e67c040b6696a1cc941cb009 Mon Sep 17 00:00:00 2001 From: wes Date: Sat, 14 Apr 2012 23:56:37 -0400 Subject: [PATCH] removed needless comment --- database.rkt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/database.rkt b/database.rkt index 0d74ed2..fe99b32 100644 --- a/database.rkt +++ b/database.rkt @@ -71,10 +71,6 @@ new-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 (define (submit-question name content) (let* ([id (caar (hash-values [get-uuid]))])