Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
yuin committed Apr 13, 2021
1 parent baec094 commit 9f5125e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parser/code_block.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ func preserveLeadingTabInCodeBlock(segment *text.Segment, reader text.Reader, in
sl, ss := reader.Position()
reader.SetPosition(sl, text.NewSegment(ss.Start-1, ss.Stop))
if offsetWithPadding == reader.LineOffset() {
println("here")
segment.Padding = 0
segment.Start--
}
Expand Down

0 comments on commit 9f5125e

Please sign in to comment.