diff --git a/lib/iap.dart b/lib/iap.dart index 4a4d52c3..bcc8b486 100644 --- a/lib/iap.dart +++ b/lib/iap.dart @@ -6,10 +6,6 @@ import 'package:gitjournal/.env.dart'; class InAppPurchases { static void confirmProPurchase() async { - if (!Settings.instance.proMode) { - return; - } - // FIXME: Only check this if pro mode is expired //Purchases.setDebugLogsEnabled(true);