Remove rnadom print
This commit is contained in:
parent
b63f0340fe
commit
a05b06625d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user