Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vietredweb committed Jan 19, 2024
1 parent 35d492a commit d89500b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const startTracker = async (
if (allow === '0') {
return null;
}
console.log('attributesVisitattributesVisitattributesVisit', attributesVisit);
const { location, document } = window;
const { pathname, search, origin } = location;
url = `${origin}${pathname}${search}`;
Expand Down

0 comments on commit d89500b

Please sign in to comment.