Remove spurious log message

This commit is contained in:
Nicolas Werner 2022-03-07 23:19:56 +01:00
parent 9c622b60b9
commit ea6d50d114
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9

View file

@ -57,8 +57,6 @@ Item {
anchors.rightMargin: scrollbar.interactive? scrollbar.width : 0
Control {
//closePolicy: Popup.NoAutoClose
id: messageActions
property Item attached: null
@ -509,7 +507,6 @@ Item {
y: section.visible && section.active ? section.y + section.height : 0
onHoveredChanged: {
console.log("Hover changed: " + hovered + " w: " + wrapper.hovered + " h: "+ messageActions.hovered + " obj: " + timelinerow)
if (!Settings.mobileMode && hovered) {
if (!messageActions.hovered) {
messageActions.attached = timelinerow;