mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Remove debug logging
This commit is contained in:
@@ -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', =>
|
||||
|
||||
Reference in New Issue
Block a user