Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
chore: remove old TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed Feb 23, 2024
1 parent dc409b9 commit 6f11ee1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion brick/hooks/pre_gen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ void run(HookContext context) {
];
final selectedPlatformsVar = context.vars['platforms'];

// TODO(alestiago): Test this new parsing logic:
late final List<dynamic> selectedPlatforms;
if (selectedPlatformsVar is String) {
selectedPlatforms = selectedPlatformsVar.split(',')
Expand Down

0 comments on commit 6f11ee1

Please sign in to comment.