scrub log

This commit is contained in:
Dane Louis Bratz 2019-02-08 14:37:17 -08:00
parent 38a5994312
commit cf6706479c

View File

@ -105,7 +105,6 @@ module.exports = class EditorEvents {
buildEvent(action, document, selection) {
const content = document.getText();
console.log('versions', editor_version, plugin_version)
return content.length > MAX_FILE_SIZE
? {
source: 'vscode',