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) { |