Merge branch 'vuplus_experimental' of code.vuplus.com:/opt/repository/dvbapp into...
[vuplus_dvbapp] / Navigation.py
index a905da1..1043f80 100644 (file)
@@ -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