Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
dgcohen committed Nov 19, 2024
1 parent e7d825f commit a8fb573
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ function App({ Component, pageProps }) {
// Track page view events to Adobe Analytics
useEffect(() => {
trackVirtualPageView(router.asPath)
console.log("On train env")
})

return (
Expand Down

0 comments on commit a8fb573

Please sign in to comment.