From c96a4c33873757b5a1beae2ffdc1172f6f038eae Mon Sep 17 00:00:00 2001 From: nesnomis Date: Thu, 5 Jun 2025 18:17:56 +0200 Subject: [PATCH] Removing debug. --- harbour-allradio.pro | 3 ++- qml/helpers/db.js | 4 ++-- qml/pages/AllRadio.qml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/harbour-allradio.pro b/harbour-allradio.pro index b0bcfbd..f10dfeb 100644 --- a/harbour-allradio.pro +++ b/harbour-allradio.pro @@ -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 diff --git a/qml/helpers/db.js b/qml/helpers/db.js index 27c626e..d2a3f98 100644 --- a/qml/helpers/db.js +++ b/qml/helpers/db.js @@ -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 } diff --git a/qml/pages/AllRadio.qml b/qml/pages/AllRadio.qml index 13d479c..39f0d17 100644 --- a/qml/pages/AllRadio.qml +++ b/qml/pages/AllRadio.qml @@ -204,7 +204,7 @@ Page { radioPlayer.getStationFavorite(model.stationuuid) radioPlayer.playlistIndex = index - console.log("Index: "+index) + //console.log("Index: "+index) } }