We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccba87b commit 2cf4e98Copy full SHA for 2cf4e98
step-generation/src/utils/pythonFileUtils.ts
@@ -280,7 +280,6 @@ export function getLoadLabware(
280
const lidEntities = Object.values(allLabwareEntities).filter(lw =>
281
lw.def.allowedRoles?.includes('lid')
282
)
283
- console.log('labwareRobotState', labwareRobotState)
284
const pythonLabware = Object.values(labwareEntities)
285
.reduce<string[]>((acc, labware) => {
286
const { id, def, pythonName } = labware
0 commit comments