File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
packages/viewer/src/router/storeSync Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments