Remove verbose logging implementation

This commit is contained in:
Veronica Berglyd Olsen
2022-10-19 08:29:02 +02:00
parent 8775b360d8
commit e52f0a9e16
2 changed files with 0 additions and 37 deletions
-6
View File
@@ -111,12 +111,6 @@ def testBaseInit_Options(monkeypatch, tmpDir):
assert novelwriter.logger.getEffectiveLevel() == logging.DEBUG
assert nwGUI.closeMain() == "closeMain"
nwGUI = novelwriter.main(
["--testmode", "--verbose", "--config=%s" % tmpDir, "--data=%s" % tmpDir]
)
assert novelwriter.logger.getEffectiveLevel() == 5
assert nwGUI.closeMain() == "closeMain"
# Help and Version
with pytest.raises(SystemExit) as ex:
nwGUI = novelwriter.main(