Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 9f17a7e

Browse files
author
Matthew Williams
committed
Remove debug print statement (AGAIN... LAG)
1 parent ba8db86 commit 9f17a7e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

claat/parser/md/parse.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,6 @@ func table(ds *docState) types.Node {
563563
ds.push(tr)
564564
r := tableRow(ds)
565565
ds.pop()
566-
fmt.Println(r)
567566
rows = append(rows, r)
568567
}
569568
if len(rows) == 0 {

0 commit comments

Comments
 (0)