1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00

Remove log statement

This commit is contained in:
Andrew Kingston 2020-12-04 14:52:48 +00:00
parent 8e2f5b379c
commit ca543e5756

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]