From 2c914cecadba012999d3f43cd7ba83afa5cfc2d8 Mon Sep 17 00:00:00 2001 From: Seneca Meeks Date: Wed, 6 Nov 2024 10:00:32 -0800 Subject: [PATCH] Remove print statement... (#6784) print statement slipped into last PR merge (#6783) --- cirq-google/cirq_google/engine/processor_sampler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cirq-google/cirq_google/engine/processor_sampler.py b/cirq-google/cirq_google/engine/processor_sampler.py index 661ffe48cdd..a109763c822 100644 --- a/cirq-google/cirq_google/engine/processor_sampler.py +++ b/cirq-google/cirq_google/engine/processor_sampler.py @@ -91,7 +91,6 @@ async def run_batch_async( repetitions: Union[int, Sequence[int]] = 1, limiter: duet.Limiter = duet.Limiter(10), ) -> Sequence[Sequence['cg.EngineResult']]: - print("processor sampler run batch async") self._result_limiter = limiter return cast( Sequence[Sequence['cg.EngineResult']],