Removing debug.

This commit is contained in:
nesnomis 2025-06-05 18:17:56 +02:00
parent 8cd1649bfd
commit c96a4c3387
3 changed files with 5 additions and 4 deletions

View File

@ -32,7 +32,8 @@ DISTFILES += qml/harbour-allradio.qml \
qml/pages/TagListPage.qml \
rpm/harbour-allradio.spec \
translations/*.ts \
harbour-allradio.desktop
harbour-allradio.desktop \
translations/harbour-allradio-sv.ts
SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172

View File

@ -53,7 +53,7 @@ function setSetting(key, value) {
}
}
);
console.log("setSetting: "+value)
//console.log("setSetting: "+value)
return res;
}
@ -73,7 +73,7 @@ function getSetting(key, default_value) {
//console.log("Database " + err);
res = default_value;
};
console.log("getSetting: "+res)
//console.log("getSetting: "+res)
return res
}

View File

@ -204,7 +204,7 @@ Page {
radioPlayer.getStationFavorite(model.stationuuid)
radioPlayer.playlistIndex = index
console.log("Index: "+index)
//console.log("Index: "+index)
}
}