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

Unified Diff: utils/pub/git.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/entrypoint.dart ('k') | utils/pub/hosted_source.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/git.dart
diff --git a/utils/pub/git.dart b/utils/pub/git.dart
index 6defde309a90d0730f614f88a2f3e0d26087297a..80901a98fef5762c165178461291dd6a6ab4049b 100644
--- a/utils/pub/git.dart
+++ b/utils/pub/git.dart
@@ -8,7 +8,6 @@
library git;
import 'io.dart';
-import 'log.dart' as log;
import 'utils.dart';
/// Tests whether or not the git command-line app is available for use.
@@ -58,7 +57,6 @@ Future<String> get _gitCommand {
return null;
});
}).transform((command) {
- log.fine('Determined git command $command.');
_gitCommandCache = command;
return command;
});
« no previous file with comments | « utils/pub/entrypoint.dart ('k') | utils/pub/hosted_source.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698