Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
sshrihar committed Apr 26, 2024
1 parent 49a9d9f commit d0bb208
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Support/taskdef_template/taskdef_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ def substitute_values(self):
[user_data.pop(key) for key in ["env_vars", "secret_vars"] if key in user_data]
for sub in expected_sub:
self._subtitute_data(user_data, sub)
print("Account number:", user_data["account_number"])
return user_data["account_number"]


Expand Down

0 comments on commit d0bb208

Please sign in to comment.