drop debug

This commit is contained in:
Evgenii Alekseev 2019-09-11 12:14:24 +03:00
parent e86f3ee092
commit f63b64e77c

View File

@ -14,7 +14,6 @@ class StaticHtmlView(View):
def __get_content_type(self, filename: str) -> str: def __get_content_type(self, filename: str) -> str:
_, ext = os.path.splitext(filename) _, ext = os.path.splitext(filename)
print(ext)
if ext == '.css': if ext == '.css':
return 'text/css' return 'text/css'
elif ext == '.js': elif ext == '.js':