Skip to content

Commit

Permalink
fix(app): remove unnecessary console.log (#14880)
Browse files Browse the repository at this point in the history
* fix(app): remove unnecessary console.log
  • Loading branch information
koji authored and Carlos-fernandez committed May 20, 2024
1 parent 5969715 commit 14b22a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/organisms/ChooseProtocolSlideout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ export function ChooseProtocolSlideoutComponent(

const runTimeParametersFromAnalysis =
selectedProtocol?.mostRecentAnalysis?.runTimeParameters ?? []
console.log('runTimeParametersFromAnalysis', runTimeParametersFromAnalysis)

const hasRunTimeParameters = runTimeParametersFromAnalysis.length > 0

Expand Down

0 comments on commit 14b22a1

Please sign in to comment.