Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
emi420 committed Oct 11, 2024
1 parent c1acb18 commit dbc666f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .storybook/stories/tracking.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export const Tracking: StoryObj = {
parameters: {
agree: (siteId, domain) => {
const tracking = document.getElementById("hot-tracking");
console.log(tracking)
if (tracking) {
tracking.agree(
siteId,
Expand Down

0 comments on commit dbc666f

Please sign in to comment.