From 964ddc7ca71e5d97bec4a8ad74b8d2441d506c19 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 4 Apr 2021 10:17:08 +0200 Subject: [PATCH] :mute: (use links) --- src/hooks/useLinks.hook.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hooks/useLinks.hook.ts b/src/hooks/useLinks.hook.ts index 6109cec..5322473 100644 --- a/src/hooks/useLinks.hook.ts +++ b/src/hooks/useLinks.hook.ts @@ -12,8 +12,6 @@ export const useLinks = (className: string, sha?: string) => { const target = event.target as HTMLElement const href = target.getAttribute('href') - console.log(target, href) - if (!href) { return }