Skip to content

Commit 4090938

Browse files
authored
fix(api): accidently left in a print statement. (#17789)
Removing a leftover print statement from #17636
1 parent 4914281 commit 4090938

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/src/opentrons/protocol_engine/commands/pipetting_common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,6 @@ async def dispense_in_place(
391391
),
392392
)
393393
else:
394-
print(f"Volume {volume}")
395394
return SuccessData(
396395
public=BaseLiquidHandlingResult(volume=volume),
397396
state_update=StateUpdate()

0 commit comments

Comments
 (0)