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) } }