Remove debug code

This commit is contained in:
Veronica Berglyd Olsen
2024-12-05 23:34:12 +01:00
parent 8dafaa13c0
commit 0c0d909dcb
-1
View File
@@ -308,7 +308,6 @@ class GuiDocEditor(QPlainTextEdit):
settings. This function is both called when the editor is
created, and when the user changes the main editor preferences.
"""
print(len(self.__dict__), self.__dict__)
# Auto-Replace
self._autoReplace.initSettings()