X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=qml%2FResultRealtime.qml;fp=qml%2FResultRealtime.qml;h=1ec034a061fbb678b4385081f16a79b4d215d5e0;hb=40c42351349747c16df30d710f6490d5cb52af23;hp=bf8e695fa71743396dfc78adc420ac727c5f0ad9;hpb=45e42878655db52d2d823256a2c7c539367fbbab;p=pywienerlinien diff --git a/qml/ResultRealtime.qml b/qml/ResultRealtime.qml index bf8e695..1ec034a 100644 --- a/qml/ResultRealtime.qml +++ b/qml/ResultRealtime.qml @@ -17,13 +17,13 @@ Item { function refresh() { busy = true - console.log('refreshing') + console.debug('refreshing') if (isStation) { - console.log('station based') + console.debug('station based') itip.load_station_departures(gstation) } else { - console.log('one line') + console.debug('one line') itip.load_departures(sourceUrl) } } @@ -33,6 +33,7 @@ Item { } onGstationChanged: { + console.debug('gstation changed') refresh() }