mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Remove stray logging
This commit is contained in:
@@ -162,8 +162,6 @@ LinesComponent = React.createClass
|
||||
invisiblesToRender.push(cr) if cr? and line.lineEnding is '\r\n'
|
||||
invisiblesToRender.push(eol) if eol?
|
||||
|
||||
console.log line.lineEnding is '\r\n', invisibles, invisiblesToRender.slice()
|
||||
|
||||
lineHTML = ''
|
||||
for i in [0...indentLevel]
|
||||
lineHTML += "<span class='indent-guide'>"
|
||||
|
||||
Reference in New Issue
Block a user