Skip to content

Commit 480fb06

Browse files
committed
Update api_lib.py
1 parent 23dd884 commit 480fb06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sysml_api/api_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def delete_project_data (client: SysMLV2Client, proj_id:str, branch_id:str = Non
7575
if "@id" in elem
7676
]
7777
commit = {"@type": "Commit", "description": f"delete all elements", "change": change_payload}
78-
print (commit)
78+
#print (commit)
7979

8080
try:
8181
resp = client.create_commit(proj_id, commit, branch_id=branch_id)

0 commit comments

Comments
 (0)