Skip to content

Commit 5e92669

Browse files
committed
Remove unneeded code
1 parent 4c337a5 commit 5e92669

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/markup/orgmode/orgmode.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,8 @@ func Render(rawBytes []byte, urlPrefix string, metas map[string]string, isWiki b
5050
res, err := org.New().Silent().Parse(bytes.NewReader(rawBytes), "").Write(renderer)
5151
if err != nil {
5252
log.Error("Panic in orgmode.Render: %v Just returning the rawBytes", err)
53-
//result = rawBytes
5453
return rawBytes
5554
}
56-
//result = []byte(res)
5755
return []byte(res)
5856
}
5957

0 commit comments

Comments
 (0)