aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/delayApp/Component.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/delayApp/Component.js')
-rw-r--r--src/features/delayApp/Component.js1
1 files changed, 0 insertions, 1 deletions
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
77 const { defaultTrialPlan } = stores.features.features; 77 const { defaultTrialPlan } = stores.features.features;
78 78
79 if (!hadSubscription) { 79 if (!hadSubscription) {
80 console.log('directly activate trial');
81 actions.user.activateTrial({ planId: defaultTrialPlan }); 80 actions.user.activateTrial({ planId: defaultTrialPlan });
82 81
83 gaEvent('DelayApp', 'subscribe_click', 'Delay App Feature'); 82 gaEvent('DelayApp', 'subscribe_click', 'Delay App Feature');