aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/subscription/SubscriptionFormScreen.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-08-19 12:40:41 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-08-19 12:40:41 +0200
commit7344f362eb6fdcf26a1b45c98bd35ddd9e56521e (patch)
treef4846617683d525f8be3558157dd935bef741521 /src/containers/subscription/SubscriptionFormScreen.js
parentAdd trial / subscription handling (diff)
downloadferdium-app-7344f362eb6fdcf26a1b45c98bd35ddd9e56521e.tar.gz
ferdium-app-7344f362eb6fdcf26a1b45c98bd35ddd9e56521e.tar.zst
ferdium-app-7344f362eb6fdcf26a1b45c98bd35ddd9e56521e.zip
remove console logs
Diffstat (limited to 'src/containers/subscription/SubscriptionFormScreen.js')
-rw-r--r--src/containers/subscription/SubscriptionFormScreen.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/containers/subscription/SubscriptionFormScreen.js b/src/containers/subscription/SubscriptionFormScreen.js
index 587889e7f..14f898ca6 100644
--- a/src/containers/subscription/SubscriptionFormScreen.js
+++ b/src/containers/subscription/SubscriptionFormScreen.js
@@ -28,8 +28,6 @@ export default @inject('stores', 'actions') @observer class SubscriptionFormScre
28 hostedPageURL = `${url.origin}${url.pathname}?${params.toString()}`; 28 hostedPageURL = `${url.origin}${url.pathname}?${params.toString()}`;
29 29
30 actions.app.openExternalUrl({ url: hostedPageURL }); 30 actions.app.openExternalUrl({ url: hostedPageURL });
31
32 console.log('hostedPage', hostedPageURL);
33 } 31 }
34 32
35 render() { 33 render() {