Skip to content

Commit

Permalink
remove command logging
Browse files Browse the repository at this point in the history
  • Loading branch information
duck1123 committed Jun 20, 2014
1 parent a62c039 commit f052929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ciste/commands.clj
Expand Up @@ -31,7 +31,7 @@
"Takes a sequence of key/value pairs and runs a command"
[{:as command}]
(let [{:keys [name args]} command]
(log/infof "parsing command: %s %s" name
#_(log/infof "parsing command: %s %s" name
(string/join " " args))
((->> @*commands*
(map (fn [[k v]] [{:name k} {:action v
Expand Down

0 comments on commit f052929

Please sign in to comment.