Skip to content

Commit

Permalink
remove: console.log statement in useBridge.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gronxb committed Feb 1, 2024
1 parent e43fb8f commit aab08ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vue/src/useBridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export function useBridge<T extends Bridge>(

if (getCurrentInstance()) {
onScopeDispose(() => {
console.log("unsubscribe");
unsubscribe?.();
});
}
Expand Down

0 comments on commit aab08ba

Please sign in to comment.