Skip to content

Commit

Permalink
remove consolelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Dec 8, 2023
1 parent 7f67937 commit 9aefc74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions step-generation/src/commandCreators/compound/transfer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,6 @@ export const transfer: CommandCreator<TransferArgs> = (
isInitialSubtransfer || destinationWell !== prevDestWell
}
const stateNozzles = prevRobotState.pipettes[args.pipette].nozzles
console.log('args.nozzles', args.nozzles)
console.log('state nozzles', stateNozzles)
const configureNozzleLayoutCommand: CurriedCommandCreator[] =
// only emit the command if previous nozzle state is different
is96Channel && args.nozzles != null && args.nozzles !== stateNozzles
Expand Down

0 comments on commit 9aefc74

Please sign in to comment.