Commented out a debug message

This commit is contained in:
Veronica K. B. Olsen
2019-05-12 16:24:14 +02:00
parent 66e84dc2b9
commit 237c92da1a
+1 -1
View File
@@ -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):