Skip to content

Commit 9bef21d

Browse files
committed
Update client.py
1 parent fd509d6 commit 9bef21d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sysmlv2_client/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ def create_commit(self, project_id: str, commit_data: Dict[str, Any], branch_id:
139139
if params:
140140
endpoint += "?" + "&".join(params)
141141

142-
#print (">>> DEBUG create_commit")
143-
#print (endpoint)
142+
print (">>> SysMLv2_Python_Client::DEBUG create_commit")
143+
print (endpoint)
144144
#print (commit_data)
145145

146146
return self._request(

0 commit comments

Comments
 (0)