Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
koji authored Oct 1, 2024
1 parent bfd9074 commit 69d38bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions protocol-designer/src/pages/ProtocolOverview/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,6 @@ export function ProtocolOverview(): JSX.Element {
setShowExportWarningModal(false)
}

console.log('obj', JSON.stringify(allIngredientGroupFields, null, 4))

return (
<Fragment>
{showEditMetadataModal ? (
Expand Down

0 comments on commit 69d38bf

Please sign in to comment.