Remove print (oops)

This commit is contained in:
Et0h 2014-09-09 22:00:28 +01:00
parent 525d186d83
commit 2742d22ede

View File

@ -36,7 +36,6 @@ class VlcPlayer(BasePlayer):
except:
self._client.ui.showErrorMessage("Failed to determine locale. As a fallback Syncplay is using the following radix character: \".\".")
self.radixChar = "."
print self.radixChar
self._durationAsk = threading.Event()
self._filenameAsk = threading.Event()