summaryrefslogtreecommitdiff
path: root/src-migrate/hooks/useUtmSource.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src-migrate/hooks/useUtmSource.ts')
-rw-r--r--src-migrate/hooks/useUtmSource.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src-migrate/hooks/useUtmSource.ts b/src-migrate/hooks/useUtmSource.ts
index a72fae36..41a5f41c 100644
--- a/src-migrate/hooks/useUtmSource.ts
+++ b/src-migrate/hooks/useUtmSource.ts
@@ -7,7 +7,6 @@ const useUtmSource = () => {
const [source, setSource] = useState<string>();
useEffect(() => {
- console.log(router.pathname);
if (router.pathname) {
setSource(UTM_SOURCE[router.pathname as keyof typeof UTM_SOURCE]);