Skip to content

Commit

Permalink
Remove debug print (#1433)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 committed Jul 30, 2024
1 parent 1876532 commit b083445
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions builder/frameworks/ulp.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ def _generate_ulp_configuration_action(env, target, source):
os.path.join(FRAMEWORK_DIR, "components", "ulp", "cmake"),
)

print(555, cmd)

result = exec_command(cmd)
if result["returncode"] != 0:
sys.stderr.write(result["err"] + "\n")
Expand Down

0 comments on commit b083445

Please sign in to comment.