remove console log in store

This commit is contained in:
Ulf Gebhardt 2023-07-06 12:51:34 +02:00
parent e463de20d4
commit ccfaddd729
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -15,11 +15,9 @@ export const mutations = {
export const getters = {
showChat(state) {
console.log('getter', state)
return state
},
roomID(state) {
console.log('getter', state)
return state
},
}