Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Apr 8, 2024
1 parent bde6f83 commit 9a8cf09
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions protocol-designer/src/components/FileSidebar/FileSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -317,14 +317,6 @@ export function FileSidebar(): JSX.Element {
'pipette',
robotType
)
console.log(
'pipettesWithoutStep ',
pipettesOnDeck,
savedStepForms,
'pipette',
robotType,
pipettesWithoutStep
)
const modulesWithoutStep = getUnusedEntities(
modulesOnDeck,
savedStepForms,
Expand Down

0 comments on commit 9a8cf09

Please sign in to comment.