From c15df0462290b37dd6300de987308369bb33ac5f Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 28 Jul 2018 16:44:23 +1000 Subject: [PATCH] remove beta warning --- aqt/__init__.py | 2 -- 1 file changed, 2 deletions(-) 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)