Index: sbbs.el ================================================================== --- sbbs.el +++ sbbs.el @@ -311,11 +311,10 @@ (range (sbbs--limit-to-range range)))))) (propertize text 'action func 'sbbs-ref range))))) (defun sbbs--process-sxml (sxml) "Process SXML into a formatted string." - (message "%S" sxml) (let (processed) (dolist (it (if (listp sxml) sxml (list sxml))) (push (cond ((stringp it) (propertize it 'face 'sbbs--variable-pitch)) ((eq (car it) 'br)