mirror of https://codeberg.org/cage/tinmop/
- removed debug code.
This commit is contained in:
parent
7d88519b7d
commit
bee6b0470e
|
@ -68,7 +68,6 @@
|
||||||
(let ((local-mention-re (strcat "(\\s|^)"
|
(let ((local-mention-re (strcat "(\\s|^)"
|
||||||
local-mention
|
local-mention
|
||||||
(html-utils:footnote-reference-re :enforce-end-string nil))))
|
(html-utils:footnote-reference-re :enforce-end-string nil))))
|
||||||
(misc:dbg "table ~a" local-mention-re)
|
|
||||||
(setf results (regex-replace-all local-mention-re
|
(setf results (regex-replace-all local-mention-re
|
||||||
results
|
results
|
||||||
(strcat " " actual-mention)))))
|
(strcat " " actual-mention)))))
|
||||||
|
|
Loading…
Reference in New Issue