mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Remove stray logging
This commit is contained in:
@@ -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: ->
|
||||
|
||||
Reference in New Issue
Block a user