remove beta warning

This commit is contained in:
Damien Elmes 2018-07-28 16:44:23 +10:00
parent 099bd045d0
commit c15df04622

View file

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