Skip to content

Commit

Permalink
Remove unnessecary print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
clemensgg committed Jan 17, 2024
1 parent 7a6aade commit 5771790
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/add_operator_to_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def validate_operator_data(operator_data, token, issue_number):
file_path = f'{ibc_folder_path}/{ibc_path}.json'
if not os.path.exists(file_path):
error_message = f"IBC path `{ibc_path}` not found! Please review your input."
post_comment(issue_number, error_message, token)
return error_message

return ""
Expand Down

0 comments on commit 5771790

Please sign in to comment.