remove commented out code

This commit is contained in:
Antoni Sawicki 2024-06-22 01:22:39 -07:00
parent 4070fa7a53
commit 22efadf9cf

1
wrp.go
View File

@ -443,7 +443,6 @@ func (rq *wrpReq) toMarkdown() {
link.Destination = append([]byte("?t=txt&url="), link.Destination...)
}
if _, ok := node.(*ast.Image); ok && entering {
//image.Destination = nil
ast.RemoveFromTree(node)
}
return ast.GoToNext