Former-commit-id: 923b2af648
This commit is contained in:
Roman Volosovskyi 2016-06-25 16:38:24 +03:00
parent 771f046e96
commit 4b33910c80
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))]