Skip to content

Commit

Permalink
refactor(very_good_flutter_plugin): remove logs during pre_gen (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago authored Feb 28, 2024
1 parent 9a6b004 commit e594780
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions very_good_flutter_plugin/hooks/pre_gen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,10 @@ void run(HookContext context) {
);
}

context.logger.info(selectedPlatforms.toString());

context.vars.addAll({
'flutterVersion': $flutterVersion,
'dartSdkVersionBounds': '^${$minDartVersion}',
for (final platform in availablePlatforms)
platform: selectedPlatforms.contains(platform),
});

context.logger.info(context.vars.toString());
}

0 comments on commit e594780

Please sign in to comment.