Removed print

This commit is contained in:
Uriziel 2012-12-10 23:19:36 +01:00
parent a9083796f1
commit 1a7691cdfb

View File

@ -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):