fix: remove echo
This commit is contained in:
parent
157a53b02b
commit
3b7b346c1b
|
@ -461,7 +461,6 @@ QtObject:
|
|||
|
||||
proc getMessageList(self: ChatsView): QVariant {.slot.} =
|
||||
self.upsertChannel(self.channelView.activeChannel.id)
|
||||
echo self.channelView.activeChannel.id
|
||||
return newQVariant(self.messageList[self.channelView.activeChannel.id])
|
||||
|
||||
QtProperty[QVariant] messageList:
|
||||
|
|
Loading…
Reference in New Issue