mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
remove debug logs
This commit is contained in:
@@ -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
@@ -260,7 +260,7 @@ Item {
|
||||
// FIXME: wire up click handling
|
||||
Button {
|
||||
text: "Install"
|
||||
color: "#007AFF"
|
||||
// color: "#007AFF"
|
||||
font.pixelSize: 12
|
||||
font.bold: true
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user