diff --git a/packages/shorebird_cli/lib/src/shorebird_build_mixin.dart b/packages/shorebird_cli/lib/src/shorebird_build_mixin.dart index 830361820..56961dc6b 100644 --- a/packages/shorebird_cli/lib/src/shorebird_build_mixin.dart +++ b/packages/shorebird_cli/lib/src/shorebird_build_mixin.dart @@ -335,7 +335,6 @@ Either run `flutter pub get` manually, or follow the steps in ${link(uri: Uri.pa /// Creates an AOT snapshot of the given [appDillPath] at [outFilePath] and /// returns the resulting file. - // TODO(bryanoltman): make this work with the --local-engine flag. Future buildElfAotSnapshot({ required String appDillPath, required String outFilePath,