1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

Remove log statement

This commit is contained in:
Andrew Kingston 2020-12-04 14:52:48 +00:00
parent c33a3274d4
commit d628edffe0

View file

@ -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]