diff --git a/src/sysmlv2_client/client.py b/src/sysmlv2_client/client.py index 5f4f90d..122f9a5 100644 --- a/src/sysmlv2_client/client.py +++ b/src/sysmlv2_client/client.py @@ -139,8 +139,8 @@ def create_commit(self, project_id: str, commit_data: Dict[str, Any], branch_id: if params: endpoint += "?" + "&".join(params) - #print (">>> DEBUG create_commit") - #print (endpoint) + print (">>> SysMLv2_Python_Client::DEBUG create_commit") + print (endpoint) #print (commit_data) return self._request(