1
0
Fork 0

- removed debug code.

This commit is contained in:
cage 2024-11-02 15:51:46 +01:00
parent 7d88519b7d
commit bee6b0470e
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@
(let ((local-mention-re (strcat "(\\s|^)"
local-mention
(html-utils:footnote-reference-re :enforce-end-string nil))))
(misc:dbg "table ~a" local-mention-re)
(setf results (regex-replace-all local-mention-re
results
(strcat " " actual-mention)))))