X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=Navigation.py;h=1043f80df79e6693ad48815269c130bbc6346c50;hp=a905da19c8929689b7aa9991a51452ad36254256;hb=05c76c6e893a73ffac2c11a67650db0b592af90a;hpb=97d46aee1158e549c110d66a0e1c4185c3cbbdf3 diff --git a/Navigation.py b/Navigation.py index a905da1..1043f80 100644 --- a/Navigation.py +++ b/Navigation.py @@ -55,7 +55,8 @@ class Navigation: if ref and oldref and ref == oldref and not forceRestart: print "ignore request to play already running service(1)" return 0 - print "playing", ref and ref.toString() + #print "playing", ref and ref.toString() + print "playing service.." if ref is None: self.stopService() return 0