From 7e5dc2fb31b9d319c64248e853864d5e0923d7c4 Mon Sep 17 00:00:00 2001
From: Alessandro Cerioni <acerioni@grandlyon.com>
Date: Mon, 8 Apr 2019 19:29:30 +0200
Subject: [PATCH] Removing some lines used for debugging purposes.

---
 utils/fix_links.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/utils/fix_links.py b/utils/fix_links.py
index 501e353..27b5e38 100644
--- a/utils/fix_links.py
+++ b/utils/fix_links.py
@@ -26,10 +26,6 @@ def translate_content_type( content_type ):
     if content_type == 'application/vnd.ms-excel':
         output = 'XLS'
 
-    print('S ********************')
-    print(output)
-    print('E ********************')
-
     return output
 
 
-- 
GitLab