Skip to content

Commit 238228e

Browse files
committed
comment cleanup
1 parent 0f5ed78 commit 238228e

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

app/src/organisms/Desktop/Devices/ProtocolRun/SetupLabwarePositionCheck/FlexSetupLPC/index.tsx

-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ import { LPCSetupOffsetsTable } from './LPCSetupOffsetsTable'
99

1010
import type { SetupLabwarePositionCheckProps } from '..'
1111

12-
// TOME TODO: The state updates don't seem to work if offsets are applied for some reason.
13-
// Is there any way to sync that info? I guess it's not terrible if you can't, but
14-
// applying offsets once to a run per app seems wise.
15-
1612
export function FlexSetupLPC(
1713
props: SetupLabwarePositionCheckProps
1814
): JSX.Element {

app/src/organisms/LabwarePositionCheck/LPCFlows/useLPCFlows.ts

-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ export function useLPCFlows({
6363
const [isLaunching, setIsLaunching] = useState(false)
6464
const [hasCreatedLPCRun, setHasCreatedLPCRun] = useState(false)
6565

66-
// TOME TODO: Check that offset requests don't happen if we are looking at a historical
67-
// run. Make sure run setup is disabled, too.
6866
const isFlex = robotType === FLEX_ROBOT_TYPE
6967
const deckConfig = useNotifyDeckConfigurationQuery().data
7068
const { data: runRecord } = useNotifyRunQuery(runId ?? null)

app/src/organisms/ODD/ProtocolSetup/ProtocolSetupOffsets/SetupOffsetsHeader.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ import {
1919
import { useAddLabwareOffsetToRunMutation } from '@opentrons/react-api-client'
2020
import { useState } from 'react'
2121

22-
// TOME TODO: Test that you can't launch LPC if you have steps that need to be complete first?
23-
2422
export function SetupOffsetsHeader({
2523
runId,
2624
setSetupScreen,

app/src/pages/ODD/ProtocolSetup/index.tsx

-4
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@ import type {
116116

117117
const FETCH_DURATION_MS = 5000
118118

119-
// TOME TODO: I think you HAVE to have the behavior that if someone else updates offsets,
120-
// for the run, you HAVE to consider those offsets as applied. Otherwise that could lead
121-
// to offset confusion.
122-
123119
const ANALYSIS_POLL_MS = 5000
124120
interface PrepareToRunProps {
125121
runId: string

0 commit comments

Comments
 (0)