diff --git a/web/api/views.py b/web/api/views.py index 7c2c2ab52..5aa778692 100644 --- a/web/api/views.py +++ b/web/api/views.py @@ -1091,7 +1091,6 @@ def get(self, request): match = re.search(path_regex, output) if match: cms_json_path = match.group(1) - print(cms_json_path) if os.path.isfile(cms_json_path): cms_file_content = json.loads(open(cms_json_path, 'r').read()) if not cms_file_content.get('cms_id'):