Remove console.log

This commit is contained in:
Jonathan Hoyt
2015-05-09 14:34:49 -07:00
parent 0f269c9216
commit 1f91f4d6b5
-1
View File
@@ -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