| Index: dart/lib/compiler/implementation/dart2js.dart
|
| diff --git a/dart/lib/compiler/implementation/dart2js.dart b/dart/lib/compiler/implementation/dart2js.dart
|
| index bedf1aa00350384a206cfe9a9148d77d3e3d2864..e14e4f7b22d8b08c620010dc6bb82245df918fe3 100644
|
| --- a/dart/lib/compiler/implementation/dart2js.dart
|
| +++ b/dart/lib/compiler/implementation/dart2js.dart
|
| @@ -239,7 +239,6 @@ void compile(List<String> argv) {
|
| packageRoot = uri.resolve('./packages/');
|
| }
|
|
|
| - info('compiling $uri');
|
| info('package root is $packageRoot');
|
|
|
| // TODO(ahe): We expect the future to be complete and call value
|
|
|