From 0422a6da1c7e2e01a70ce30d9a33aa22119a1409 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 27 Feb 2014 14:53:36 -0800 Subject: [PATCH] nit --- command.rkt | 1 - 1 file changed, 1 deletion(-) diff --git a/command.rkt b/command.rkt index 7135443..640319f 100644 --- a/command.rkt +++ b/command.rkt @@ -22,7 +22,6 @@ (if arg-command-name (datum->syntax stx (case arg-command-name - [("nothing") '(begin)] [("test") `(displayln "All systems go")] [("start") (if (not (directory-exists? arg-project-directory))