Skip to content

Commit 2cf4e98

Browse files
committed
remove console.log
1 parent ccba87b commit 2cf4e98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

step-generation/src/utils/pythonFileUtils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ export function getLoadLabware(
280280
const lidEntities = Object.values(allLabwareEntities).filter(lw =>
281281
lw.def.allowedRoles?.includes('lid')
282282
)
283-
console.log('labwareRobotState', labwareRobotState)
284283
const pythonLabware = Object.values(labwareEntities)
285284
.reduce<string[]>((acc, labware) => {
286285
const { id, def, pythonName } = labware

0 commit comments

Comments
 (0)