From 237c92da1a7040182c12ac25f494ef46e9a98b5a Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" Date: Sun, 12 May 2019 16:24:14 +0200 Subject: [PATCH] Commented out a debug message --- nw/gui/doceditor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nw/gui/doceditor.py b/nw/gui/doceditor.py index 5ff38d78..35249817 100644 --- a/nw/gui/doceditor.py +++ b/nw/gui/doceditor.py @@ -257,7 +257,7 @@ class GuiDocEditor(QTextEdit): self.wcTimer.start() if self.mainConf.doReplace and not self.hasSelection: self._docAutoReplace(self.theDoc.findBlock(thePos)) - logger.verbose("Doc change signal took %.3f µs" % ((time()-self.lastEdit)*1e6)) + # logger.verbose("Doc change signal took %.3f µs" % ((time()-self.lastEdit)*1e6)) return def _docAutoReplace(self, theBlock):