Remove debug print

This commit is contained in:
Thomas Perl 2016-11-21 23:34:23 +01:00
parent 1c01002255
commit 8802b546ba

View file

@ -127,7 +127,6 @@ def _sanitize_char(c):
return c.encode('utf-8')
SANITIZATION_TABLE = b''.join(map(_sanitize_char, list(map(chr, list(range(256))))))
print(len(SANITIZATION_TABLE))
del _sanitize_char
_MIME_TYPE_LIST = [