Remove print (oops)
This commit is contained in:
parent
525d186d83
commit
2742d22ede
@ -36,7 +36,6 @@ class VlcPlayer(BasePlayer):
|
|||||||
except:
|
except:
|
||||||
self._client.ui.showErrorMessage("Failed to determine locale. As a fallback Syncplay is using the following radix character: \".\".")
|
self._client.ui.showErrorMessage("Failed to determine locale. As a fallback Syncplay is using the following radix character: \".\".")
|
||||||
self.radixChar = "."
|
self.radixChar = "."
|
||||||
print self.radixChar
|
|
||||||
|
|
||||||
self._durationAsk = threading.Event()
|
self._durationAsk = threading.Event()
|
||||||
self._filenameAsk = threading.Event()
|
self._filenameAsk = threading.Event()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user