From a33b039d9fcb161979a688c16e9ab460ffb12b0e Mon Sep 17 00:00:00 2001 From: j4nk Date: Thu, 29 Dec 2022 11:23:20 -0500 Subject: [PATCH] Removed debugging print statement --- md4tj_parse.el | 1 - 1 file changed, 1 deletion(-) diff --git a/md4tj_parse.el b/md4tj_parse.el index 461f928..55edee3 100644 --- a/md4tj_parse.el +++ b/md4tj_parse.el @@ -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