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

Unified Diff: chrome/installer/util/create_reg_key_work_item.cc

Issue 11821003: Remove spammy line from the verbose installer log. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/create_reg_key_work_item.cc
diff --git a/chrome/installer/util/create_reg_key_work_item.cc b/chrome/installer/util/create_reg_key_work_item.cc
index 9addb33eb614d4ffcbb53f0774c8ad977d0e3755..9b9aa9b7c944ef9ad1861ac6aeab53a640470d83 100644
--- a/chrome/installer/util/create_reg_key_work_item.cc
+++ b/chrome/installer/util/create_reg_key_work_item.cc
@@ -63,7 +63,6 @@ bool CreateRegKeyWorkItem::Do() {
LOG(ERROR) << key_path << " exists, this is not expected.";
return false;
}
- VLOG(1) << key_path << " exists";
// Remove the key path from list if it is already present.
key_list_.pop_back();
} else if (disposition == REG_CREATED_NEW_KEY) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698