Skip to content

Commit

Permalink
remove console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Jan 31, 2025
1 parent 71c7a0d commit a008d58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function forAspirate(
labwareDef,
params.wellName
)
console.log('volume in forAspirate', volume)

console.assert(
// @ts-expect-error (sa, 2021-05-03): this assert is unnecessary
uniq(wellsForTips).length === allWellsShared ? 1 : wellsForTips.length,
Expand Down
4 changes: 2 additions & 2 deletions step-generation/src/utils/misc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export function splitLiquid(
sourceLiquidState: LocationLiquidState
): SourceAndDest {
const totalSourceVolume = getLocationTotalVolume(sourceLiquidState)
console.log('volume in splitLiquid', volume)

if (totalSourceVolume === 0) {
// Splitting from empty source
return {
Expand Down Expand Up @@ -647,7 +647,7 @@ export const airGapHelper: CommandCreator<AirGapArgs> = (
sourceWell,
volume,
} = args

console.log('airgaphelper', volume)
const trashOrLabware = getTrashOrLabware(
invariantContext.labwareEntities,
invariantContext.additionalEquipmentEntities,
Expand Down

0 comments on commit a008d58

Please sign in to comment.