Skip to content

Commit

Permalink
extra log
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Aug 6, 2024
1 parent 896592e commit a23e84b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/pages/Devices/ProtocolRunDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ function PageContents(props: PageContentsProps): JSX.Element {
backToTop: null,
},
}
console.log(`run details tab is ${protocolRunDetailsTab}`)
const tabDetails = protocolRunDetailsContentByTab[protocolRunDetailsTab] ?? {
// default to the setup tab if no tab or nonexistent tab is passed as a param
content: (
Expand Down

0 comments on commit a23e84b

Please sign in to comment.