summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2020-12-26 17:23:29 +0700
committerShulhan <ms@kilabit.info>2020-12-26 17:23:29 +0700
commit36285ff15434c59ee0ad01686e9ba2cb5ffd7b6e (patch)
tree9536468da6b9b2e73df370593b9f610a4896021c
parentff8a9955a153deebe7c55b8f748b429ea157ee73 (diff)
downloadasciidoctor-go-36285ff15434c59ee0ad01686e9ba2cb5ffd7b6e.tar.xz
document_parser: remove unused debug statement
-rw-r--r--document_parser.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/document_parser.go b/document_parser.go
index 1397cb3..d458ba2 100644
--- a/document_parser.go
+++ b/document_parser.go
@@ -1171,8 +1171,6 @@ func (docp *documentParser) parseListUnordered(
}
if docp.kind == term {
- fmt.Printf("parseListUnordered: line %d terminate by %d\n",
- docp.lineNum, term)
break
}
if docp.kind == lineKindBlockComment {