mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-06 08:50:07 +01:00
remove debugprint
This commit is contained in:
parent
c9c854cea7
commit
851229a01f
@ -74,12 +74,6 @@
|
||||
except ImportError:
|
||||
import BaseHTTPServer as compat_http_server
|
||||
|
||||
from pprint import (pprint, pformat)
|
||||
|
||||
|
||||
def dprint(fmt):
|
||||
sys.stderr.write(pformat(fmt) + "\n")
|
||||
|
||||
try:
|
||||
from urllib.parse import unquote as compat_urllib_parse_unquote
|
||||
except ImportError:
|
||||
|
Loading…
Reference in New Issue
Block a user