From 0c0d909dcbd8b35c8d0f5a462cee68737d1d5709 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Thu, 5 Dec 2024 23:34:12 +0100 Subject: [PATCH] Remove debug code --- novelwriter/gui/doceditor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/novelwriter/gui/doceditor.py b/novelwriter/gui/doceditor.py index 5bb6a9d8..a4d1293f 100644 --- a/novelwriter/gui/doceditor.py +++ b/novelwriter/gui/doceditor.py @@ -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()