Unnecessary print removed
This commit is contained in:
parent
dcef4261a7
commit
a27fc9215c
|
@ -67,7 +67,6 @@ const actions = {
|
||||||
})
|
})
|
||||||
|
|
||||||
if (state.profileList.length < profiles.length) {
|
if (state.profileList.length < profiles.length) {
|
||||||
console.log(profiles, state.profileList)
|
|
||||||
const profileIndex = profiles.findIndex((profile) => {
|
const profileIndex = profiles.findIndex((profile) => {
|
||||||
return profile._id === rootState.settings.defaultProfile
|
return profile._id === rootState.settings.defaultProfile
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue