mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-19 18:35:18 +02:00
remove print logs from py-sdk
This commit is contained in:
parent
4353ce88d8
commit
e868e4520a
2 changed files with 1 additions and 3 deletions
|
|
@ -30,8 +30,6 @@ class Client:
|
|||
messages=messages,
|
||||
state=state
|
||||
)
|
||||
# print request json
|
||||
print(request.model_dump_json())
|
||||
response = requests.post(self.base_url, headers=self.headers, data=request.model_dump_json())
|
||||
|
||||
if not response.status_code == 200:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue