Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed May 9, 2024
1 parent cdc0c13 commit 04d7c92
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions step-generation/src/commandCreators/atomic/aspirate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,6 @@ export const aspirate: CommandCreator<ExtendedAspirateParams> = (
) {
errors.push(errorCreators.heaterShakerIsShaking())
}
console.log(
pipetteAdjacentHeaterShakerWhileShaking(
prevRobotState.modules,
slotName,
isFlexPipette ? FLEX_ROBOT_TYPE : OT2_ROBOT_TYPE
)
)
if (
pipetteAdjacentHeaterShakerWhileShaking(
prevRobotState.modules,
Expand Down

0 comments on commit 04d7c92

Please sign in to comment.