aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/stores/SettingsStore.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stores/SettingsStore.js b/src/stores/SettingsStore.js
index c301eaf82..ad3c53ccf 100644
--- a/src/stores/SettingsStore.js
+++ b/src/stores/SettingsStore.js
@@ -55,7 +55,6 @@ export default class SettingsStore extends Store {
55 55
56 // Reactions 56 // Reactions
57 _shareSettingsWithMainProcess() { 57 _shareSettingsWithMainProcess() {
58 console.log(this.all);
59 ipcRenderer.send('settings', this.all); 58 ipcRenderer.send('settings', this.all);
60 } 59 }
61} 60}