mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Clean up debugging
This commit is contained in:
@@ -208,7 +208,6 @@ class EditorView extends View
|
||||
beforeRemove: ->
|
||||
return unless @attached
|
||||
@attached = false
|
||||
debugger unless @component?.isMounted()
|
||||
@unmountComponent()
|
||||
@editor.destroy()
|
||||
@trigger 'editor:detached', this
|
||||
|
||||
Reference in New Issue
Block a user