mirror of
https://github.com/wassname/nvatom.git
synced 2026-06-27 16:10:36 +08:00
Remove console.log
This commit is contained in:
@@ -101,7 +101,6 @@ class NotationalVelocityView extends SelectListView
|
||||
atom.workspace.open(filePath).then (editor) ->
|
||||
save = ->
|
||||
atom.packages.deactivatePackage 'whitespace'
|
||||
console.log 'save'
|
||||
editor.save()
|
||||
atom.packages.activatePackage 'whitespace'
|
||||
debouncedSave = _.debounce save, 1000
|
||||
|
||||
Reference in New Issue
Block a user