Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabrecq committed Nov 8, 2024
1 parent 9be12cc commit 50f2d5c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/routes/details/ocpDetails/ocpDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -452,14 +452,7 @@ class OcpDetails extends React.Component<OcpDetailsProps, OcpDetailsState> {
);
}
}
const test = true;
if (test) {
return isProviderEmptyStateToggleEnabled ? (
<NoProviders />
) : (
<NoProvidersOld providerType={ProviderType.ocp} title={title} />
);
}

return (
<div style={styles.ocpDetails}>
<DetailsHeader
Expand Down

0 comments on commit 50f2d5c

Please sign in to comment.