Skip to content

Commit

Permalink
rm console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Apr 25, 2024
1 parent fa84fb1 commit 4ff668b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export const useTrackPageView = () => {
const timer = setTimeout(() => {
analytics.page(path, specificPath);
}, PAGEVIEW_DELAY);
console.log('setting current path', {path, specificPath});
setCurrentPage({path, specificPath});

return () => {
Expand Down

0 comments on commit 4ff668b

Please sign in to comment.