branch: elpa/htmlize
commit 31bc1a8e2270fd8e3bed0c18020b07ffc43daa7c
Author: Hrvoje Niksic <[email protected]>
Commit: Hrvoje Niksic <[email protected]>

    Remove stray debugging print.
---
 htmlize.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/htmlize.el b/htmlize.el
index 6fda39d..bf2fa50 100644
--- a/htmlize.el
+++ b/htmlize.el
@@ -1085,7 +1085,6 @@ If no rgb.txt file is found, return nil."
                (setcdr tail (list inherit))
                (setq tail (cdr tail)))))
       (pop head))
-    (message "%s" face-list)
     (let ((size-list
            (loop
             for f in face-list

Reply via email to