Skip to content

Commit c606b81

Browse files
committed
remove logs
1 parent 8ae2501 commit c606b81

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/viewer/src/router/storeSync/storeSync.routerPlugin.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ function urlQueryWatcher(
166166
// to avoid changing the store value for no reason.
167167
!(queryValue === undefined && storeValue === undefined)
168168
) {
169-
console.error('WE ARE OBVIOUSLY GOING IN THERE query : ', queryValue)
170-
console.error('WE ARE OBVIOUSLY GOING IN THERE store : ', storeValue)
171169
// dispatching URL value to the store
172170
log.debug({
173171
title: 'Router store plugin / urlQueryWatcher',
@@ -445,7 +443,6 @@ const storeSyncRouterPlugin: RouterPlugin = (router): void => {
445443
applyAllSubscriptions()
446444
initialUrlQueryWatcher(to, router)
447445
} else if (appStore.isReady) {
448-
console.error('DO WE EVEN SET THIS THING ?')
449446
// here, we need to set up the store mutation watcher for all stores.
450447

451448

0 commit comments

Comments
 (0)