diff --git a/qml/items/RadioBrowser.qml b/qml/items/RadioBrowser.qml index 523ed69..b2cbd0b 100644 --- a/qml/items/RadioBrowser.qml +++ b/qml/items/RadioBrowser.qml @@ -39,7 +39,6 @@ Item { // --------------------------------------------------------------------------------------- onOnlineChanged: { - console.log(" *** serverUrl: "+serverUrl) if (online && serverUrl.length > 7) { countriesModel.source = serverUrl + "/xml/countrycodes?hidebroken=true" } else getRandom() diff --git a/qml/items/RadioPlayer.qml b/qml/items/RadioPlayer.qml index c409330..d671f63 100644 --- a/qml/items/RadioPlayer.qml +++ b/qml/items/RadioPlayer.qml @@ -55,10 +55,7 @@ MediaPlayer { onPlaying: if (!playerPageOpen) pageStack.push("../pages/RadioPlayerPage.qml") - on_CcChanged: console.log(_cc) - onMetaInfoChanged: { - console.log( " *** MetaInfo") if (metaInfo.search(" - ") > -1) { var res = metaInfo.split(" - ") radioArtist = res[0] @@ -70,7 +67,6 @@ MediaPlayer { } onStationOkChanged: { - console.log(" *** StationOk "+stationOk) if (stationOk === 1) { setStationClick() getStationFavorite(_stationuuid) @@ -82,7 +78,6 @@ MediaPlayer { } on_StationuuidChanged: { - console.log(" *** StationuuidChanged: "+_cc) radioCountryName = radioBrowser.getCountryName(_cc) stop() source = ""