Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(282)

Unified Diff: dart/lib/compiler/implementation/dart2js.dart

Issue 10907015: Include build ID in dart2js (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698