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)
}
}