@@ -312,9 +312,8 @@ (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))