Skip to content

Commit

Permalink
Remove print statement... (#6784)
Browse files Browse the repository at this point in the history
print statement slipped into last PR merge (#6783)
  • Loading branch information
senecameeks authored Nov 6, 2024
1 parent 81d3fd9 commit 2c914ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cirq-google/cirq_google/engine/processor_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']],
Expand Down

0 comments on commit 2c914ce

Please sign in to comment.