Removed debugging print statement
This commit is contained in:
parent
1d53f10c0a
commit
a33b039d9f
|
@ -140,7 +140,6 @@
|
|||
(while (with-current-buffer inbuf (< (point) (point-max)))
|
||||
(setq line (with-current-buffer inbuf (getline)))
|
||||
(setq state (md4tj-next-state line state))
|
||||
(print line)
|
||||
;; Insert next line(s) into output file
|
||||
(insert (concat (md4tj-process-block line state) "\n"))
|
||||
;; Advance input file by a line
|
||||
|
|
Loading…
Reference in New Issue