Skip to content

Commit

Permalink
remove unneded debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlich committed Feb 2, 2025
1 parent 00c0ec3 commit 8ed73ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/PinchMap.qml
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ Rectangle {
}
}

console.log("cache miss ("+imageCache.length+"): " + imageUrl )
// console.log("cache miss ("+imageCache.length+"): " + imageUrl )
var newImage = Qt.createQmlObject(
'import QtQuick 2.15;
Image {
Expand Down

0 comments on commit 8ed73ae

Please sign in to comment.