fix(console): rm console trace

This commit is contained in:
Evan Morikawa 2016-01-20 21:09:50 -08:00
parent acb0eb77cf
commit ecea0feb5f

View file

@ -493,7 +493,6 @@ class Contenteditable extends React.Component
# you revert to a previous state, the selection updates as well.
_saveSelection: =>
selection = new ExtendedSelection(@_editableNode())
console.trace()
return unless selection?.isInScope()
@setInnerState