mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Kill console.log
This commit is contained in:
@@ -889,7 +889,6 @@ class Editor extends View
|
||||
|
||||
buildLineElementForScreenRow: (screenRow) ->
|
||||
div = document.createElement('div')
|
||||
console.log screenRow, @activeEditSession.lineForScreenRow(screenRow)
|
||||
div.innerHTML = @buildLineHtml(@activeEditSession.lineForScreenRow(screenRow))
|
||||
div.firstChild
|
||||
|
||||
|
||||
Reference in New Issue
Block a user