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'
|
||||
revision = ' development'
|
||||
milestone = 'Yoitsu'
|
||||
release_number = '95'
|
||||
release_number = '96'
|
||||
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):
|
||||
if(isNoOSDMessage(message)):
|
||||
print("SKIPPED !!!!! {}".format(message))
|
||||
return
|
||||
|
||||
autoplayConditionsMet = self._client.autoplayConditionsMet()
|
||||
|
|
Loading…
Reference in New Issue