aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/SettingsStore.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-12 21:58:53 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-11-12 21:58:53 +0100
commit9f0e306d2e9ea2f25d05fc6db130cb47d17d1222 (patch)
treebe04e693867ee4c410d20a99e2ad50eb4f85c450 /src/stores/SettingsStore.js
parentenable run in background by default (diff)
downloadferdium-app-9f0e306d2e9ea2f25d05fc6db130cb47d17d1222.tar.gz
ferdium-app-9f0e306d2e9ea2f25d05fc6db130cb47d17d1222.tar.zst
ferdium-app-9f0e306d2e9ea2f25d05fc6db130cb47d17d1222.zip
remove console logging
Diffstat (limited to 'src/stores/SettingsStore.js')
-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}