Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshojha committed Apr 17, 2024
1 parent 81c9264 commit 10c5630
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'):
Expand Down

0 comments on commit 10c5630

Please sign in to comment.