[app] Removed some unnecessary console output
This commit is contained in:
parent
091c85d1ce
commit
c430b8cf69
1 changed files with 0 additions and 3 deletions
|
@ -272,8 +272,6 @@ Item {
|
||||||
easing.type: Easing.OutCubic
|
easing.type: Easing.OutCubic
|
||||||
}
|
}
|
||||||
|
|
||||||
onActiveFocusChanged: console.log("BooksShelfView.grid", activeFocus)
|
|
||||||
|
|
||||||
Behavior on y { SpringAnimation {} }
|
Behavior on y { SpringAnimation {} }
|
||||||
VerticalScrollDecorator {}
|
VerticalScrollDecorator {}
|
||||||
}
|
}
|
||||||
|
@ -288,7 +286,6 @@ Item {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
onDropItem: shelfView.dropItem(mouseX, mouseY)
|
onDropItem: shelfView.dropItem(mouseX, mouseY)
|
||||||
onActiveFocusChanged: console.log("BooksShelfView.grid.dragArea", activeFocus)
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
console.log("BooksDragArea created")
|
console.log("BooksDragArea created")
|
||||||
grid.focus = true
|
grid.focus = true
|
||||||
|
|
Loading…
Reference in a new issue