From 3b7b346c1bf6351a609e407a3c0bb18cc7808c90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rich=CE=9Brd?= Date: Mon, 21 Jun 2021 15:34:42 -0400 Subject: [PATCH] fix: remove echo --- src/app/chat/view.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/chat/view.nim b/src/app/chat/view.nim index f4ac5f615f..45804fb864 100644 --- a/src/app/chat/view.nim +++ b/src/app/chat/view.nim @@ -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: