remove debug logs

This commit is contained in:
uncor3
2026-05-10 18:19:52 +00:00
parent 4c404012db
commit 9858bc14fd
3 changed files with 1 additions and 4 deletions
-2
View File
@@ -71,8 +71,6 @@ Item {
target : imageLoader
function onThumbnailReady(path, rowHint) {
console.log(path, rowHint, "!!!!!!!!! album contents thumb ready")
const item = albumContentsModel.get(rowHint)
if (item && item.filePath == path) {
albumContentsModel.setProperty(rowHint, "thumbVersion", item.thumbVersion + 1)
+1 -1
View File
@@ -260,7 +260,7 @@ Item {
// FIXME: wire up click handling
Button {
text: "Install"
color: "#007AFF"
// color: "#007AFF"
font.pixelSize: 12
font.bold: true
}
-1
View File
@@ -84,7 +84,6 @@ Item {
target : imageLoader
function onThumbnailReady(path, rowHint) {
console.log("thumb ready")
const item = albumModel.get(rowHint)
if (item && item.filePath == path) {
albumModel.setProperty(rowHint, "thumbVersion", item.thumbVersion + 1)