remove debugprint
[youtube-dl] / youtube_dl / compat.py
index 2fd2278aa8dc37921d17e8f702c41f0e7ef3cdb4..554e3d5db899d1b5d7aff78e08f49286e279ccfd 100644 (file)
@@ -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: