Remove log statement
This commit is contained in:
parent
8e2f5b379c
commit
ca543e5756
|
@ -21,7 +21,6 @@ const createScreenStore = () => {
|
|||
} else {
|
||||
// Otherwise find the correct screen by matching the current route
|
||||
const { screens, layouts } = $config
|
||||
console.log(screens)
|
||||
activeLayout = layouts[0]
|
||||
if (screens.length === 1) {
|
||||
activeScreen = screens[0]
|
||||
|
|
Loading…
Reference in New Issue