mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[test/test_YoutubeDL] Remove debug print call
This commit is contained in:
parent
2b4ecde2c8
commit
0161353d7d
1 changed files with 0 additions and 1 deletions
|
@ -377,7 +377,6 @@ def test_postprocessors(self):
|
|||
|
||||
class SimplePP(PostProcessor):
|
||||
def run(self, info):
|
||||
print(audiofile)
|
||||
with open(audiofile, 'wt') as f:
|
||||
f.write('EXAMPLE')
|
||||
info['filepath']
|
||||
|
|
Loading…
Reference in a new issue