Merge pull request #2123 from Safelite/feature/routerLogs

remove it
This commit is contained in:
CarlNation 2024-11-15 12:30:05 -05:00 committed by GitHub
commit b426396e41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,6 @@ const routes = [
try {
log("------------- router index.js beforeEnter start -----------------");
log(" --to: ", to);
log(" --from: ", from);
log(" --cookie: ", getFunnelCookie());
await analyticsMixin.methods.validateSession();