1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05:00

[softwhiteunderbelly] Remove print statement

This commit is contained in:
Ben Faerber 2025-02-04 21:36:57 -07:00
parent 56ef44d668
commit 2d8aa3f436

View file

@ -137,5 +137,4 @@ def _real_extract(self, url):
)
),
}
print(info)
return info