BIM: remove unused variable DEBUG

This commit is contained in:
Gaël Écorchard
2025-06-20 13:28:52 +02:00
parent b13ac833c5
commit 6ea5891de6

View File

@@ -54,9 +54,6 @@ else:
return text
# \endcond
DEBUG = True
def xml_escape(text: str, entities: dict[str, str] = None) -> str:
"""Escape text for XML.