From 354afb9aeed76cdc00ef8c35afed2817fa88e869 Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Tue, 30 Jan 2024 13:56:04 -0500 Subject: [PATCH] Remove debug log --- tests/test_fastapi.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_fastapi.py b/tests/test_fastapi.py index 1ca3bccc..ec33490d 100644 --- a/tests/test_fastapi.py +++ b/tests/test_fastapi.py @@ -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)