| Index: chrome/browser/profiles/profile_manager.cc
|
| diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc
|
| index 1746f905eda9d72261dadb983e2c001924c9d24b..debf2a35e2abe61f32be07b17812c68eb5a31901 100644
|
| --- a/chrome/browser/profiles/profile_manager.cc
|
| +++ b/chrome/browser/profiles/profile_manager.cc
|
| @@ -802,7 +802,6 @@ void ProfileManager::Observe(
|
| logged_in_ = true;
|
|
|
| const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
| - LOG(ERROR) << ">>>>>>>> " << command_line.GetCommandLineString();
|
| if (!command_line.HasSwitch(switches::kTestType)) {
|
| // If we don't have a mounted profile directory we're in trouble.
|
| // TODO(davemoore) Once we have better api this check should ensure that
|
|
|