diff --git a/syncplay/players/mpc.py b/syncplay/players/mpc.py index 0767062..e8935d5 100644 --- a/syncplay/players/mpc.py +++ b/syncplay/players/mpc.py @@ -191,7 +191,6 @@ class MpcHcApi: self.__listener.SendCommand(self.CMD_OPENFILE, filePath) def isPaused(self): - print self.playState return (self.playState <> self.__MPC_PLAYSTATE.PS_PLAY and self.playState <> None) def askForVersion(self):