Skip to content

Commit afc9b10

Browse files
committed
Remove gratuitous stderr output
1 parent 885fc31 commit afc9b10

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

webdev/lib/src/pubspec.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ Future checkPubspecLock() async {
8686
'within the supported range – $supportedBuildRunnerVersionRange.';
8787
issues.add(new PackageExceptionDetails._(error));
8888
}
89-
90-
stderr.writeln('hosted: $buildRunner');
9189
} else {
9290
// NOTE: Intentionally not checking non-hosted dependencies: git, path
9391
// If a user is playing around here, they are on their own.

0 commit comments

Comments
 (0)