Skip to content

Commit b083445

Browse files
authored
Remove debug print (#1433)
1 parent 1876532 commit b083445

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

builder/frameworks/ulp.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ def _generate_ulp_configuration_action(env, target, source):
114114
os.path.join(FRAMEWORK_DIR, "components", "ulp", "cmake"),
115115
)
116116

117-
print(555, cmd)
118-
119117
result = exec_command(cmd)
120118
if result["returncode"] != 0:
121119
sys.stderr.write(result["err"] + "\n")

0 commit comments

Comments
 (0)