summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/webview/plugin.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webview/plugin.js b/src/webview/plugin.js
index d9e021e6d..52b19b3fd 100644
--- a/src/webview/plugin.js
+++ b/src/webview/plugin.js
@@ -30,7 +30,6 @@ new ContextMenuListener((info) => { // eslint-disable-line
30}); 30});
31 31
32ipcRenderer.on('settings-update', (e, data) => { 32ipcRenderer.on('settings-update', (e, data) => {
33 console.log('settings-update', data);
34 spellchecker.toggleSpellchecker(data.enableSpellchecking); 33 spellchecker.toggleSpellchecker(data.enableSpellchecking);
35}); 34});
36 35