From 468c31eaf867c779ee3c5b77025ae3d1352367ed Mon Sep 17 00:00:00 2001 From: Jigar-f Date: Tue, 3 Oct 2023 12:50:01 +0530 Subject: [PATCH] Revert changes. --- lib/main.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index e5650dc38..8326229fd 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -6,8 +6,6 @@ import 'package:lantern/common/common.dart'; Future main() async { // CI will be true only when running appium test var CI = const String.fromEnvironment('CI', defaultValue: 'false'); - var boolCI = const bool.fromEnvironment("ci", defaultValue: false); - print('Appium CI is running $CI and bool $boolCI'); if (CI == 'true') { enableFlutterDriverExtension(); }