Remove warning for alpha releases

This commit is contained in:
Veronica Berglyd Olsen
2023-11-26 21:43:32 +01:00
parent 2e2ab5ad6f
commit e521a30612
-8
View File
@@ -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 ..."))