Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
pelletier committed Jan 30, 2024
1 parent 046a1d3 commit 354afb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_fastapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ def execute(
input_any.Pack(google.protobuf.wrappers_pb2.BytesValue(value=input_bytes))
req.input.CopyFrom(input_any)
if state is not None:
print("SENDING BACK STATE: ", state)
req.poll_response.state = state

resp = self.client.Execute(req)
Expand Down

0 comments on commit 354afb9

Please sign in to comment.