Remove stray logging

This commit is contained in:
Nathan Sobo
2014-05-20 15:27:28 -06:00
parent 724953206f
commit ac993680db

View File

@@ -43,11 +43,9 @@ CursorsComponent = React.createClass
startBlinkingCursorsAfterDelay: null # Created lazily
stopBlinkingCursors: ->
console.log "START"
clearInterval(@toggleCursorBlinkHandle)
toggleCursorBlink: ->
console.log "TOGGLE"
@setState(blinkOff: not @state.blinkOff)
pauseCursorBlinking: ->