diff --git a/src/renderer/store/modules/profile.js b/src/renderer/store/modules/profile.js index 8509b3a6a..d934aedd3 100644 --- a/src/renderer/store/modules/profile.js +++ b/src/renderer/store/modules/profile.js @@ -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 })