mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
Remove debug print
This commit is contained in:
parent
baec0941d2
commit
9f5125e104
1 changed files with 0 additions and 1 deletions
|
|
@ -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--
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue