diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-09 10:51:10 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-09 10:51:10 +0700 |
| commit | e33a7e612a3c2c871f6a0a84d0d04d6f6ddc357a (patch) | |
| tree | 6843753e513b1ce5c671d5bde6f819df4a18091e /src-migrate/hooks/useUtmSource.ts | |
| parent | 616d8ffc973eba673069243ec8981b5234234fe5 (diff) | |
<iman> update template switch & delete console log
Diffstat (limited to 'src-migrate/hooks/useUtmSource.ts')
| -rw-r--r-- | src-migrate/hooks/useUtmSource.ts | 1 |
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]); |
