cleanup stray console logs
This commit is contained in:
parent
5ad8f2cd5c
commit
ff10834f1a
8 changed files with 5 additions and 12 deletions
|
|
@ -419,7 +419,6 @@ const serverSideStorage = {
|
|||
actions: {
|
||||
pushServerSideStorage ({ state, rootState, commit }, { force = false } = {}) {
|
||||
const needPush = state.dirty || force
|
||||
console.log(needPush)
|
||||
if (!needPush) return
|
||||
commit('updateCache', { username: rootState.users.currentUser.fqn })
|
||||
const params = { pleroma_settings_store: { 'pleroma-fe': state.cache } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue