1
0
Fork 0
mirror of https://git.youjo.love/youjo/youjo-fe.git synced 2025-03-23 18:17:46 +01:00

remove debug message

This commit is contained in:
Maksim 2019-04-08 16:49:51 +00:00 committed by Shpuld Shpludson
parent 8c7f765dff
commit 7259e02a10

View file

@ -48,7 +48,6 @@ const interfaceMod = {
commit('setNotificationPermission', permission)
},
setMobileLayout ({ commit }, value) {
console.log('setMobileLayout called')
commit('setMobileLayout', value)
}
}