This commit is contained in:
Roman Volosovskyi 2016-06-25 16:38:24 +03:00
parent 7632de08cf
commit 923b2af648
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@
(defn command-preview
[db [chat-id {:keys [result]}]]
(println :wuuut)
(if result
(let [path [:chats chat-id :staged-commands]
commands-cnt (count (get-in db path))]