diff --git a/aqt/__init__.py b/aqt/__init__.py index 25ea0f15d..491d70a3c 100644 --- a/aqt/__init__.py +++ b/aqt/__init__.py @@ -302,8 +302,6 @@ environment points to a valid, writable folder.""") # remaining pm init pm.ensureProfile() - print("This is an BETA build - please do not package it up for Linux distributions") - # load the main window import aqt.main mw = aqt.main.AnkiQt(app, pm, opts, args)