mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-14 10:46:21 +00:00
remove println
Former-commit-id: 86f80dc52560402abe0956abae83ee4092f35dc7
This commit is contained in:
parent
ec1439943d
commit
c6de5075fe
@ -288,7 +288,6 @@
|
||||
(let [chat-id (or id current-chat-id)
|
||||
messages (get-in db [:chats chat-id :messages])
|
||||
db' (assoc db :current-chat-id chat-id)]
|
||||
(println "wuuut..." chat-id messages)
|
||||
(if (seq messages)
|
||||
db'
|
||||
(-> db'
|
||||
|
Loading…
x
Reference in New Issue
Block a user