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