From 04d7c925af31c5770800887e8e4b23c9e15e88f0 Mon Sep 17 00:00:00 2001 From: Jethary Date: Thu, 9 May 2024 14:08:27 -0400 Subject: [PATCH] remove console log --- step-generation/src/commandCreators/atomic/aspirate.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/step-generation/src/commandCreators/atomic/aspirate.ts b/step-generation/src/commandCreators/atomic/aspirate.ts index 6a6258c1262..6ce9d4c3768 100644 --- a/step-generation/src/commandCreators/atomic/aspirate.ts +++ b/step-generation/src/commandCreators/atomic/aspirate.ts @@ -137,13 +137,6 @@ export const aspirate: CommandCreator = ( ) { errors.push(errorCreators.heaterShakerIsShaking()) } - console.log( - pipetteAdjacentHeaterShakerWhileShaking( - prevRobotState.modules, - slotName, - isFlexPipette ? FLEX_ROBOT_TYPE : OT2_ROBOT_TYPE - ) - ) if ( pipetteAdjacentHeaterShakerWhileShaking( prevRobotState.modules,