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

Unified Diff: utils/pub/command_install.dart

Issue 11472016: Revert "Add logging system to pub and sprinkle some logging in." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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
« no previous file with comments | « utils/pub/command_help.dart ('k') | utils/pub/command_lish.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/command_install.dart
diff --git a/utils/pub/command_install.dart b/utils/pub/command_install.dart
index b83c6fac6569b42931197595c7ac19b4e4caf151..c14884e29c387f3fbaada86a1c4030d42b0544f0 100644
--- a/utils/pub/command_install.dart
+++ b/utils/pub/command_install.dart
@@ -5,7 +5,6 @@
library command_install;
import 'entrypoint.dart';
-import 'log.dart' as log;
import 'pub.dart';
/** Handles the `install` pub command. */
@@ -15,7 +14,7 @@ class InstallCommand extends PubCommand {
Future onRun() {
return entrypoint.installDependencies().transform((_) {
- log.message("Dependencies installed!");
+ print("Dependencies installed!");
});
}
}
« no previous file with comments | « utils/pub/command_help.dart ('k') | utils/pub/command_lish.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698