projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a94e129
)
Remove debugging code
author
Philipp Hagemeister
<phihag@phihag.de>
Mon, 23 Dec 2013 03:30:55 +0000
(
04:30
+0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Mon, 23 Dec 2013 03:30:57 +0000
(
04:30
+0100)
Introduced by accident in
5d681e960db98ec2d9f3d4361bd66f581506a772
youtube_dl/YoutubeDL.py
patch
|
blob
|
history
diff --git
a/youtube_dl/YoutubeDL.py
b/youtube_dl/YoutubeDL.py
index e19708e0df3b8399831dbc550ea4c890192e1b38..766d6e5fe0ba9ed918c9d36161e1b131842bca53 100644
(file)
--- a/
youtube_dl/YoutubeDL.py
+++ b/
youtube_dl/YoutubeDL.py
@@
-192,7
+192,6
@@
class YoutubeDL(object):
['bidiv'] + width_args, **sp_kwargs
)
except OSError:
- print('Falling back to fribidi')
self._output_process = subprocess.Popen(
['fribidi', '-c', 'UTF-8'] + width_args, **sp_kwargs)
self._output_channel = os.fdopen(master, 'rb')
@@
-251,7
+250,6
@@
class YoutubeDL(object):
def _bidi_workaround(self, message):
if not hasattr(self, '_output_channel'):
- print('WORKAROUND NOT ENABLED')
return message
assert hasattr(self, '_output_process')