Browse Source

remove debugprint

fnord 10 years ago
parent
commit
851229a01f
1 changed files with 0 additions and 6 deletions
  1. 0 6
      youtube_dl/compat.py

+ 0 - 6
youtube_dl/compat.py

@@ -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: