Skip to content

Commit

Permalink
remove unnecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-hall-skylight committed Oct 18, 2024
1 parent 7e53b21 commit 48b286c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions containers/ecr-viewer/seed-scripts/create-e2e-sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ def convert_files():
os.path.join(subfolder_path, "CDA_eICR.xml"), "r"
) as eicr_file,
):
# need to create new orchestration config
print("I AM NEW!")
payload = {
"message_type": "ecr",
"data_type": "ecr",
Expand Down

0 comments on commit 48b286c

Please sign in to comment.