Remove rnadom print

This commit is contained in:
Et0h 2014-08-25 19:24:29 +01:00
parent b63f0340fe
commit a05b06625d

View File

@ -266,7 +266,6 @@ class MplayerPlayer(BasePlayer):
def sendLine(self, line):
try:
line = (line.decode('utf8') + u"\n").encode('utf8')
print line
self.__process.stdin.write(line)
except IOError:
pass