Remove all verbose log entries

This commit is contained in:
Veronica Berglyd Olsen
2022-10-19 08:27:11 +02:00
parent 54fea1d28e
commit 8775b360d8
15 changed files with 79 additions and 98 deletions
+1 -1
View File
@@ -449,7 +449,7 @@ class GuiWritingStats(QDialog):
if inLine.startswith("#"):
if inLine.startswith("# Offset"):
self.wordOffset = checkInt(inLine[9:].strip(), 0)
logger.verbose(
logger.debug(
"Initial word count when log was started is %d" % self.wordOffset
)
continue