Skip to content
Snippets Groups Projects
Commit 7e5dc2fb authored by Alessandro Cerioni's avatar Alessandro Cerioni
Browse files

Removing some lines used for debugging purposes.

parent acef1863
No related branches found
No related tags found
No related merge requests found
...@@ -26,10 +26,6 @@ def translate_content_type( content_type ): ...@@ -26,10 +26,6 @@ def translate_content_type( content_type ):
if content_type == 'application/vnd.ms-excel': if content_type == 'application/vnd.ms-excel':
output = 'XLS' output = 'XLS'
print('S ********************')
print(output)
print('E ********************')
return output return output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment