mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 22:36:24 +00:00
fix: remove echo
This commit is contained in:
parent
7c69f8fe52
commit
b372d8047e
@ -128,14 +128,9 @@ proc updateContacts*(self: ChatModel, contacts: seq[Profile]) =
|
||||
proc init*(self: ChatModel) =
|
||||
let chatList = status_chat.loadChats()
|
||||
|
||||
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||
echo $chatList
|
||||
|
||||
var filters:seq[JsonNode] = @[]
|
||||
for chat in chatList:
|
||||
echo ",,,,,,,,,", chat.name
|
||||
if self.hasChannel(chat.id):
|
||||
echo "Has channel"
|
||||
continue
|
||||
filters.add status_chat.buildFilter(chat)
|
||||
self.channels[chat.id] = chat
|
||||
|
Loading…
x
Reference in New Issue
Block a user