Skip to content

Commit da6d078

Browse files
remove unused console logs
1 parent 9b40b6d commit da6d078

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ const router = new VueRouter({
115115
// track page view via Countly when route changes
116116
router.afterEach((to) => {
117117
if (!window.Countly) return
118-
console.log('/#' + to.path)
119118
window.Countly.q.push(['track_pageview', '/#' + to.path])
120119
})
121120

0 commit comments

Comments
 (0)