From 550702c7f6ebae3157fd68cc7f0bf0e07ffc2010 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Thu, 6 Jun 2019 19:42:16 +0200
Subject: [PATCH] Removed log statement

---
 src/store.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/store.js b/src/store.js
index 12d1236..5f77ddd 100644
--- a/src/store.js
+++ b/src/store.js
@@ -23,7 +23,6 @@ export const storeConfig = {
       state.accounts[id] = payload
     },
     setRecursiveState (state, {key, suffix, value}) {
-      console.log('SETTING RECURSIVE', key, suffix, value, state)
       if (suffix) {
         let existing = get(state, key, {})
         existing[suffix] = value
-- 
GitLab