Skip to content

Commit

Permalink
fix: don't print all query responses (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicki-c committed Aug 23, 2024
1 parent 7bef160 commit 07f1ced
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/retoolrpc/utils/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 07f1ced

Please sign in to comment.