From 42b92a5853e9086870d7ef5f50252f892ae8abeb Mon Sep 17 00:00:00 2001 From: Andrei Smirnov Date: Tue, 13 Jul 2021 10:37:23 +0300 Subject: [PATCH] fix(@desktop/chat): odd logging --- ui/shared/status/StatusChatInputImageArea.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/shared/status/StatusChatInputImageArea.qml b/ui/shared/status/StatusChatInputImageArea.qml index 3c7845ea2b..1e5fc6a7ae 100644 --- a/ui/shared/status/StatusChatInputImageArea.qml +++ b/ui/shared/status/StatusChatInputImageArea.qml @@ -59,7 +59,6 @@ Row { cursorShape: Qt.PointingHandCursor hoverEnabled: true onClicked: { - console.log("opening image...") imagePopup.openPopup(chatImage) } }