Skip to content

Commit

Permalink
chore: remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed Jan 18, 2025
1 parent 4b1fa79 commit 345f85a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"silent-ravens-hang",
"silly-phones-vanish",
"thick-seas-love",
"wild-queens-own",
"wise-windows-nail",
"young-ants-rush",
"young-tips-flash"
Expand Down
6 changes: 6 additions & 0 deletions packages/interface-default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @consent-manager/interface-default

## 2.0.0-next.11

### Patch Changes

- Remove debug logging

## 2.0.0-next.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/interface-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@consent-manager/interface-default",
"version": "2.0.0-next.10",
"version": "2.0.0-next.11",
"description": "The customizable default interface for consent-manager",
"author": {
"name": "hashbite",
Expand Down
2 changes: 0 additions & 2 deletions packages/interface-default/src/interface.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ export const Interface: React.FC<InterfaceProps> = ({
return null
}

console.log({ needsIntroduction, formVisible })

return (
<>
<div className={clsx(styles.wrapper)} id="consent-control-ui">
Expand Down
2 changes: 0 additions & 2 deletions packages/interface-default/src/introduction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ export const Introduction: React.FC<IntroductionProps> = ({
[setShow]
)

console.log({show, isIdle})

if (!show) {
return null
}
Expand Down

0 comments on commit 345f85a

Please sign in to comment.