diff --git a/webdev/lib/src/pubspec.dart b/webdev/lib/src/pubspec.dart index 66a30de90..00b57881c 100644 --- a/webdev/lib/src/pubspec.dart +++ b/webdev/lib/src/pubspec.dart @@ -86,8 +86,6 @@ Future checkPubspecLock() async { 'within the supported range – $supportedBuildRunnerVersionRange.'; issues.add(new PackageExceptionDetails._(error)); } - - stderr.writeln('hosted: $buildRunner'); } else { // NOTE: Intentionally not checking non-hosted dependencies: git, path // If a user is playing around here, they are on their own. diff --git a/webdev/pubspec.yaml b/webdev/pubspec.yaml index 8fa845ac0..05ada4fcc 100644 --- a/webdev/pubspec.yaml +++ b/webdev/pubspec.yaml @@ -1,5 +1,5 @@ name: webdev -version: 0.1.2-dev +version: 0.1.2 author: Dart Team homepage: https://github.com/dart-lang/webdev description: >-