aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-06-11 15:55:27 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-06-11 15:55:27 +0200
commitb5d349376bb3eee55b8a8de83b8adcd60ae0d03a (patch)
treeb567b8902d001e3385cebb87755d42fadb759586 /src
parentUpdate package-lock.json (diff)
downloadferdium-app-b5d349376bb3eee55b8a8de83b8adcd60ae0d03a.tar.gz
ferdium-app-b5d349376bb3eee55b8a8de83b8adcd60ae0d03a.tar.zst
ferdium-app-b5d349376bb3eee55b8a8de83b8adcd60ae0d03a.zip
remove debugging output
Diffstat (limited to 'src')
-rw-r--r--src/containers/settings/AccountScreen.js1
-rw-r--r--src/webview/spellchecker.js1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/containers/settings/AccountScreen.js b/src/containers/settings/AccountScreen.js
index b3f967353..66076504f 100644
--- a/src/containers/settings/AccountScreen.js
+++ b/src/containers/settings/AccountScreen.js
@@ -27,7 +27,6 @@ export default @inject('stores', 'actions') @observer class AccountScreen extend
27 const { actions, stores } = this.props; 27 const { actions, stores } = this.props;
28 28
29 const url = `${WEBSITE}${route}?authToken=${stores.user.authToken}&utm_source=app&utm_medium=account_dashboard`; 29 const url = `${WEBSITE}${route}?authToken=${stores.user.authToken}&utm_source=app&utm_medium=account_dashboard`;
30 console.log(url);
31 30
32 actions.app.openExternalUrl({ url }); 31 actions.app.openExternalUrl({ url });
33 } 32 }
diff --git a/src/webview/spellchecker.js b/src/webview/spellchecker.js
index 64575753f..417d1ea1a 100644
--- a/src/webview/spellchecker.js
+++ b/src/webview/spellchecker.js
@@ -69,7 +69,6 @@ export default async function initialize(languageCode = 'en-us') {
69 debug('Available spellchecker dictionaries', provider.availableDictionaries); 69 debug('Available spellchecker dictionaries', provider.availableDictionaries);
70 70
71 attached.switchLanguage(locale); 71 attached.switchLanguage(locale);
72 console.log('seas oida', attached, provider);
73 72
74 return provider; 73 return provider;
75 } catch (err) { 74 } catch (err) {