aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview/spellchecker.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview/spellchecker.js')
-rw-r--r--src/webview/spellchecker.js1
1 files changed, 0 insertions, 1 deletions
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) {