Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Jan 29, 2025
1 parent 9718219 commit e70cb18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions protocol-designer/src/assets/localization/en/tooltip.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"aspirate_mix_checkbox": "Aspirate and dispense repeatedly before main aspiration",
"aspirate_mmFromBottom": "Adjust tip position for aspirate",
"aspirate_touchTip_checkbox": "Touch tip to each side of the well after aspirating",
"aspirate_touchTip_mmFromTop": "Distance from the bottom of the well",
"aspirate_touchTip_mmFromTop": "Distance from the top of the well",
"aspirate_wells": "First select a source labware",
"blowout_checkbox": "Blow extra air through the tip",
"blowout_flowRate": "Blowout speed",
Expand All @@ -51,15 +51,15 @@
"dispense_mix_checkbox": "Aspirate and dispense repeatedly after main dispense",
"dispense_mmFromBottom": "Adjust tip position for dispense",
"dispense_touchTip_checkbox": "Touch tip to each side of the well after dispensing",
"dispense_touchTip_mmFromTop": "Distance from the bottom of the well",
"dispense_touchTip_mmFromTop": "Distance from the top of the well",
"dispense_wells": "First select a destination labware",
"disposalVolume_checkbox": "Aspirate extra volume that is disposed of after a multi-dispense is complete. We recommend a disposal volume of at least the pipette's minimum.",
"dropTip_location": "Choose where you would like to drop tip",
"heaterShakerSetTimer": "Once this counter has elapsed, the module will deactivate the heater and shaker",
"labware": "Select a labware to use",
"mix_mmFromBottom": "Adjust tip position",
"mix_touchTip_checkbox": "Touch tip to each side of the well after dispensing",
"mix_touchTip_mmFromTop": "Distance from the bottom of the well",
"mix_touchTip_mmFromTop": "Distance from the top of the well",
"newLocation": "New location to move the selected labware",
"nozzles": "Partial pickup requires a tip rack directly on the deck. Full rack pickup requires the Flex 96 Tip Rack Adapter.",
"pipette": "Select the pipette you want to use",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export function ZTipPositionModal(props: ZTipPositionModalProps): JSX.Element {
const handleCancel = (): void => {
closeModal()
}
console.log(value, defaultMm, 'test')

const handleChange = (newValueRaw: string | number): void => {
// if string, strip non-number characters from string and cast to number
const newValue =
Expand Down

0 comments on commit e70cb18

Please sign in to comment.