mirror of https://github.com/Syncplay/syncplay
Upbuild and remove debug message
This commit is contained in:
parent
2eacee571d
commit
b50ea46d7d
|
@ -1,5 +1,5 @@
|
||||||
version = '1.6.8'
|
version = '1.6.8'
|
||||||
revision = ' development'
|
revision = ' development'
|
||||||
milestone = 'Yoitsu'
|
milestone = 'Yoitsu'
|
||||||
release_number = '95'
|
release_number = '96'
|
||||||
projectURL = 'https://syncplay.pl/'
|
projectURL = 'https://syncplay.pl/'
|
||||||
|
|
|
@ -1602,7 +1602,6 @@ class UiManager(object):
|
||||||
|
|
||||||
def showOSDMessage(self, message, duration=constants.OSD_DURATION, OSDType=constants.OSD_NOTIFICATION, mood=constants.MESSAGE_NEUTRAL):
|
def showOSDMessage(self, message, duration=constants.OSD_DURATION, OSDType=constants.OSD_NOTIFICATION, mood=constants.MESSAGE_NEUTRAL):
|
||||||
if(isNoOSDMessage(message)):
|
if(isNoOSDMessage(message)):
|
||||||
print("SKIPPED !!!!! {}".format(message))
|
|
||||||
return
|
return
|
||||||
|
|
||||||
autoplayConditionsMet = self._client.autoplayConditionsMet()
|
autoplayConditionsMet = self._client.autoplayConditionsMet()
|
||||||
|
|
Loading…
Reference in New Issue