Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Mar 14, 2018
1 parent 8189cc2 commit 668e7d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/webview/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ new ContextMenuListener((info) => { // eslint-disable-line
});

ipcRenderer.on('settings-update', (e, data) => {
console.log('settings-update', data);
spellchecker.toggleSpellchecker(data.enableSpellchecking);
});

Expand Down

0 comments on commit 668e7d0

Please sign in to comment.