diff --git a/novelwriter/guimain.py b/novelwriter/guimain.py index f61b4e83..22055464 100644 --- a/novelwriter/guimain.py +++ b/novelwriter/guimain.py @@ -343,14 +343,6 @@ class GuiMain(QMainWindow): self.showNormal() logger.debug("Ready: GUI") - - if __hexversion__[-2] == "a" and not CONFIG.isDebug: - SHARED.warn( - "You are running an untested development version of novelWriter. " - "Please be careful when you are working on live projects " - "and make sure you take regular backups." - ) - logger.info("novelWriter is ready ...") self.mainStatus.setStatusMessage(self.tr("novelWriter is ready ..."))