From f42ef7dc88323cd8f5af20a83fb8534aa78804b9 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Thu, 5 Sep 2019 12:06:53 +0200 Subject: remove console logs --- src/features/delayApp/Component.js | 1 - src/features/todos/store.js | 1 - 2 files changed, 2 deletions(-) (limited to 'src/features') diff --git a/src/features/delayApp/Component.js b/src/features/delayApp/Component.js index de5653f04..6344edb89 100644 --- a/src/features/delayApp/Component.js +++ b/src/features/delayApp/Component.js @@ -77,7 +77,6 @@ export default @inject('stores', 'actions') @injectSheet(styles) @observer class const { defaultTrialPlan } = stores.features.features; if (!hadSubscription) { - console.log('directly activate trial'); actions.user.activateTrial({ planId: defaultTrialPlan }); gaEvent('DelayApp', 'subscribe_click', 'Delay App Feature'); diff --git a/src/features/todos/store.js b/src/features/todos/store.js index 4691c90ea..5c6abff4c 100644 --- a/src/features/todos/store.js +++ b/src/features/todos/store.js @@ -30,7 +30,6 @@ export default class TodoStore extends FeatureStore { } @computed get isTodosPanelVisible() { - console.log('isTodosPanelVisible', 'delayAppState.isDelayAppScreenVisible', delayAppState.isDelayAppScreenVisible); if (delayAppState.isDelayAppScreenVisible) return false; if (this.settings.isTodosPanelVisible === undefined) return DEFAULT_TODOS_VISIBLE; -- cgit v1.2.3-70-g09d2