Skip to content

Commit

Permalink
🐛 Remove remaining logs
Browse files Browse the repository at this point in the history
Closes #58
  • Loading branch information
abe33 committed Nov 27, 2014
1 parent 483bfed commit 7354481
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/dot-marker-view.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class DotMarkerView
line = @editor.lineTextForScreenRow(range.start.row)
lineLength = line.length
position = row: range.start.row, column: lineLength
console.log range.start.row, range.end.row, lineLength, line
{top, left} = @editorView.pixelPositionForScreenPosition(position)
@element.style.top = top + 'px'
@element.style.width = size + 'px'
Expand Down

0 comments on commit 7354481

Please sign in to comment.