Clean up debugging

This commit is contained in:
Nathan Sobo
2014-09-25 12:33:05 -06:00
parent 187e300167
commit eaa90e6158
2 changed files with 0 additions and 3 deletions

View File

@@ -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