diff --git a/python/retoolrpc/utils/api.py b/python/retoolrpc/utils/api.py index fdeee90..cec361f 100644 --- a/python/retoolrpc/utils/api.py +++ b/python/retoolrpc/utils/api.py @@ -112,7 +112,6 @@ async def post_query_response( "User-Agent": f"RetoolRPC/{__version__} (Python)", } async with httpx.AsyncClient() as client: - print(options) response = await client.post( url=f"{self._host_url}/api/v1/retoolrpc/postQueryResponse", headers=headers,