[web] Remove console logging

Console logging has been removed from all the pages.
This commit is contained in:
Alain Nussbaumer
2023-06-03 18:58:11 +02:00
parent fc5d284588
commit 6bf40c139d
4 changed files with 1 additions and 8 deletions

View File

@@ -288,7 +288,6 @@ export const router = createRouter({
],
scrollBehavior(to, from, savedPosition) {
const wait_ms = 0
// console.log(to.path + '_' + from.path + '__' + to.hash + ' savedPosition:' + savedPosition)
if (savedPosition) {
// We have saved scroll position (browser back/forward navigation), use this position
return new Promise((resolve, reject) => {