Remove debug logging

This commit is contained in:
Kevin Sawicki
2014-02-18 11:53:08 -08:00
parent 77453ff989
commit c0010789bc

View File

@@ -54,10 +54,6 @@ class SelectListView extends View
@filterEditorView.getEditor().getBuffer().on 'changed', =>
@schedulePopulateList()
@filterEditorView.hiddenInput.on 'focusout', =>
try
throw new Error()
catch error
console.error(error.stack)
@cancel() unless @cancelling
@on 'core:move-up', =>