aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-02-07 20:51:53 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-02-07 20:51:53 +0100
commitb56673e93b162addf34f037a9db2b396ec2644b0 (patch)
treebb060cbdff09af89dfcdfa9f3297e45600834c25 /src
parentset trigger threshhold to 40 characters (diff)
downloadferdium-app-b56673e93b162addf34f037a9db2b396ec2644b0.tar.gz
ferdium-app-b56673e93b162addf34f037a9db2b396ec2644b0.tar.zst
ferdium-app-b56673e93b162addf34f037a9db2b396ec2644b0.zip
Remove debugging output
Diffstat (limited to 'src')
-rw-r--r--src/webview/contextMenu.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/webview/contextMenu.js b/src/webview/contextMenu.js
index 7fadfa72b..75915851d 100644
--- a/src/webview/contextMenu.js
+++ b/src/webview/contextMenu.js
@@ -207,8 +207,6 @@ const buildMenuTpl = (props, suggestions, isSpellcheckEnabled, defaultSpellcheck
207 }); 207 });
208 }); 208 });
209 209
210 console.log('isSpellcheckEnabled', isSpellcheckEnabled);
211
212 menuTpl.push({ 210 menuTpl.push({
213 type: 'separator', 211 type: 'separator',
214 }, { 212 }, {