Skip to content

Commit

Permalink
Revert changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-f committed Oct 3, 2023
1 parent 2ea34d3 commit 468c31e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import 'package:lantern/common/common.dart';
Future<void> 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();
}
Expand Down

0 comments on commit 468c31e

Please sign in to comment.