| Index: chrome/browser/chromeos/login/wizard_controller.cc
|
| diff --git a/chrome/browser/chromeos/login/wizard_controller.cc b/chrome/browser/chromeos/login/wizard_controller.cc
|
| index c1a457a3397979416bb3320f5b43b8dc47b0c015..25daa0b0b0fe6463b6a4c7d033d7960cb341e435 100644
|
| --- a/chrome/browser/chromeos/login/wizard_controller.cc
|
| +++ b/chrome/browser/chromeos/login/wizard_controller.cc
|
| @@ -688,7 +688,6 @@ bool WizardController::IsDeviceRegistered() {
|
| // IO on UI thread. But it's required for update from old versions.
|
| base::ThreadRestrictions::ScopedAllowIO allow_io;
|
| FilePath oobe_complete_flag_file_path = GetOobeCompleteFlagPath();
|
| - DVLOG(1) << "Checking " << oobe_complete_flag_file_path.value();
|
| bool file_exists = file_util::PathExists(oobe_complete_flag_file_path);
|
| SaveIntegerPreferenceForced(kDeviceRegistered, file_exists ? 1 : 0);
|
| return file_exists;
|
|
|