mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-17 22:55:42 +07:00
[test/test_YoutubeDL] Remove debug print call
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user