Skip to content

Commit

Permalink
Remove commented code and logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayantbh committed Oct 22, 2024
1 parent 1a8f1ec commit eb0ec42
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions web-server/src/content/DoraMetrics/DoraMetricsBody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,7 @@ export const DoraMetricsBody = () => {

const { addPage } = useOverlayPage();

console.log('DEbugging', isCodeProviderIntegrated);

useEffect(() => {
// if (!singleTeamId) return;
// if (!isCodeProviderIntegrated) return;
dispatch(
fetchTeamDoraMetrics({
orgId,
Expand Down

0 comments on commit eb0ec42

Please sign in to comment.