Skip to content

Commit

Permalink
Clean-up logs
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovNikita committed Jan 29, 2024
1 parent ce3a33b commit 12f20f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/uikit/src/hooks/useAreaClick.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export function useOpenLinkOnAreaClick<T extends HTMLElement = HTMLDivElement>(

const callback = useCallback(() => {
event(url, source);
console.log(formatBrowserUrl(url, source, track));
sdk.openPage(formatBrowserUrl(url, source, track));
}, [url, sdk, event]);

Expand Down

0 comments on commit 12f20f9

Please sign in to comment.