Skip to content

Commit

Permalink
refactor(web): clean up console.log on data attribution widget (#1268)
Browse files Browse the repository at this point in the history
  • Loading branch information
airslice authored Nov 21, 2024
1 parent 898a0bb commit 4fed85c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ export const useDataAttribution = ({
...widgetProcessedCredits
];

console.log(combinedCredits);

setProcessedCredits(combinedCredits);
}, [processedCoreCredits, widgetCredits]);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const DataAttribution = ({
const credits = getCredits?.();
if (credits) {
setVisualizerCredits(credits);
console.log("update", credits);
}
}, 3000);
}
Expand Down

0 comments on commit 4fed85c

Please sign in to comment.