From a27fc9215ccd0fa84522f334f778a54edb55ba5b Mon Sep 17 00:00:00 2001 From: Luca Date: Sat, 27 Mar 2021 19:03:57 +0100 Subject: [PATCH] Unnecessary print removed --- src/renderer/store/modules/profile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/renderer/store/modules/profile.js b/src/renderer/store/modules/profile.js index 8509b3a6..d934aedd 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 })