diff --git a/src/status_im/commands/handlers/jail.cljs b/src/status_im/commands/handlers/jail.cljs index ce2f8be32b..b2d1ac67af 100644 --- a/src/status_im/commands/handlers/jail.cljs +++ b/src/status_im/commands/handlers/jail.cljs @@ -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))]