Skip to content

Commit

Permalink
[app] Removed some unnecessary console output
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Nov 13, 2021
1 parent 091c85d commit c430b8c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/qml/BooksShelfView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,6 @@ Item {
easing.type: Easing.OutCubic
}

onActiveFocusChanged: console.log("BooksShelfView.grid", activeFocus)

Behavior on y { SpringAnimation {} }
VerticalScrollDecorator {}
}
Expand All @@ -288,7 +286,6 @@ Item {
}
}
onDropItem: shelfView.dropItem(mouseX, mouseY)
onActiveFocusChanged: console.log("BooksShelfView.grid.dragArea", activeFocus)
Component.onCompleted: {
console.log("BooksDragArea created")
grid.focus = true
Expand Down

0 comments on commit c430b8c

Please sign in to comment.