Skip to content

Commit 11059a9

Browse files
dcharkesCommit Queue
authored andcommitted
[dartdev] Remove dart build preview note
This went to stable together with the build hooks, but we forgot to remove this message. Change-Id: I1e67b479285476629e5a48ee4319d3d6206027c8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/474821 Auto-Submit: Daco Harkes <dacoharkes@google.com> Commit-Queue: Daco Harkes <dacoharkes@google.com> Reviewed-by: Michael Goderbauer <goderbauer@google.com>
1 parent 92158c9 commit 11059a9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

pkg/dartdev/lib/src/commands/build.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,6 @@ then that is used instead.''',
167167
final verbosity = args.option('verbosity')!;
168168
final enabledExperiments = args.enabledExperiments;
169169

170-
stdout.writeln('''The `dart build cli` command is in preview at the moment.
171-
See documentation on https://dart.dev/interop/c-interop#native-assets.
172-
''');
173170
final packageConfigUri = await DartNativeAssetsBuilder.ensurePackageConfig(
174171
sourceUri,
175172
);

0 commit comments

Comments
 (0)