fix(@desktop/chat): odd logging

This commit is contained in:
Andrei Smirnov 2021-07-13 10:37:23 +03:00 committed by Iuri Matias
parent fcc2a9e025
commit 42b92a5853
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ Row {
cursorShape: Qt.PointingHandCursor
hoverEnabled: true
onClicked: {
console.log("opening image...")
imagePopup.openPopup(chatImage)
}
}