fix: remove echo

This commit is contained in:
RichΛrd 2021-06-21 15:34:42 -04:00 committed by GitHub
parent 157a53b02b
commit 3b7b346c1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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: