mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-06-30 11:02:51 -05:00
remove debugprint
This commit is contained in:
@ -74,12 +74,6 @@ try:
|
||||
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:
|
||||
|
Reference in New Issue
Block a user