remove debug print
This commit is contained in:
@@ -112,8 +112,6 @@ def generate_ulp_config(target_config):
|
|||||||
os.path.join(FRAMEWORK_DIR, "components", "ulp", "cmake"),
|
os.path.join(FRAMEWORK_DIR, "components", "ulp", "cmake"),
|
||||||
)
|
)
|
||||||
|
|
||||||
print(555, cmd)
|
|
||||||
|
|
||||||
result = exec_command(cmd)
|
result = exec_command(cmd)
|
||||||
if result["returncode"] != 0:
|
if result["returncode"] != 0:
|
||||||
sys.stderr.write(result["err"] + "\n")
|
sys.stderr.write(result["err"] + "\n")
|
||||||
|
|||||||
Reference in New Issue
Block a user