Unnecessary print removed

This commit is contained in:
Luca 2021-03-27 19:03:57 +01:00
parent dcef4261a7
commit a27fc9215c
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ const actions = {
})
if (state.profileList.length < profiles.length) {
console.log(profiles, state.profileList)
const profileIndex = profiles.findIndex((profile) => {
return profile._id === rootState.settings.defaultProfile
})