Skip to content

Commit

Permalink
remove unused package
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Nov 21, 2024
1 parent 6cdb450 commit 75e24f1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
9 changes: 0 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/fcl-wc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"@walletconnect/utils": "^2.8.1",
"postcss-cli": "^11.0.0",
"preact": "^10.24.3",
"preact-custom-element": "^4.3.0",
"tailwindcss": "^3.4.14"
},
"peerDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/fcl-wc/src/ui/notifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export function showNotification({

return {
dismiss: () => {
console.log("dismiss", debounceDelay, dismissTimeout)
// We need to delay the dismiss to debounce any subsequent notifications
// This is important when there is both a FCL/WC authz and pre-authz service
dismissTimeout = setTimeout(() => {
Expand Down

0 comments on commit 75e24f1

Please sign in to comment.