From 9bef21dfb174a9ef8771b4fd3c06d0b9af1db31f Mon Sep 17 00:00:00 2001 From: wobrschalek Date: Mon, 30 Mar 2026 15:50:36 -0700 Subject: [PATCH] Update client.py --- src/sysmlv2_client/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(