mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04: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