From 6ea5891de6db4c46ca02636fc69f47f4cb5ffd9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20=C3=89corchard?= Date: Fri, 20 Jun 2025 13:28:52 +0200 Subject: [PATCH] BIM: remove unused variable `DEBUG` --- src/Mod/BIM/importers/importDAE.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Mod/BIM/importers/importDAE.py b/src/Mod/BIM/importers/importDAE.py index fcb3324769..9ef0c73e0f 100644 --- a/src/Mod/BIM/importers/importDAE.py +++ b/src/Mod/BIM/importers/importDAE.py @@ -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.