Skip to content

Commit

Permalink
qml: remove useless traces
Browse files Browse the repository at this point in the history
  • Loading branch information
chubinou authored and Rémi Denis-Courmont committed Apr 10, 2022
1 parent e12115f commit 9bc631d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/gui/qt/maininterface/qml/MainInterface.qml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ Item {

DropArea {
anchors.fill: parent
onEntered: console.log("drop Enter")
onExited: console.log("drop exit")
onDropped: {
if (drop.hasUrls) {
var list = []
Expand Down

0 comments on commit 9bc631d

Please sign in to comment.