diff options
| author | Shulhan <ms@kilabit.info> | 2020-12-26 17:23:29 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2020-12-26 17:23:29 +0700 |
| commit | 36285ff15434c59ee0ad01686e9ba2cb5ffd7b6e (patch) | |
| tree | 9536468da6b9b2e73df370593b9f610a4896021c | |
| parent | ff8a9955a153deebe7c55b8f748b429ea157ee73 (diff) | |
| download | asciidoctor-go-36285ff15434c59ee0ad01686e9ba2cb5ffd7b6e.tar.xz | |
document_parser: remove unused debug statement
| -rw-r--r-- | document_parser.go | 2 |
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 { |
