aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/AppStore.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-02-15 20:06:15 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-02-15 20:06:15 +0100
commit2daa9b7226c8b7b96ed2634627391b8a8fe171ac (patch)
tree8f0120a4b7f59125f8b46af82beb45d4e2e1c388 /src/stores/AppStore.js
parentremove unnecessary observable (diff)
downloadferdium-app-2daa9b7226c8b7b96ed2634627391b8a8fe171ac.tar.gz
ferdium-app-2daa9b7226c8b7b96ed2634627391b8a8fe171ac.tar.zst
ferdium-app-2daa9b7226c8b7b96ed2634627391b8a8fe171ac.zip
remove debug logs
Diffstat (limited to 'src/stores/AppStore.js')
-rw-r--r--src/stores/AppStore.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
index 77027f88d..9f3749b34 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -342,10 +342,7 @@ export default class AppStore extends Store {
342 async _autoStart() { 342 async _autoStart() {
343 this.autoLaunchOnStart = await this._checkAutoStart(); 343 this.autoLaunchOnStart = await this._checkAutoStart();
344 344
345 console.log('### settings appstarts', this.stores.settings.all.appStarts);
346
347 if (!this.stores.settings.all.appStarts) { 345 if (!this.stores.settings.all.appStarts) {
348 console.log('launch Franz on start');
349 this.actions.app.launchOnStartup({ 346 this.actions.app.launchOnStartup({
350 enable: true, 347 enable: true,
351 }); 348 });