| Index: chrome/service/remoting/remoting_directory_service.cc
|
| diff --git a/chrome/service/remoting/remoting_directory_service.cc b/chrome/service/remoting/remoting_directory_service.cc
|
| index 697a576912bbd3f1fa61cfcd0fa1ad04ca67d3d5..8bc6b0a00867b167bfdc2990ccd50a628bb4cc1e 100644
|
| --- a/chrome/service/remoting/remoting_directory_service.cc
|
| +++ b/chrome/service/remoting/remoting_directory_service.cc
|
| @@ -75,9 +75,7 @@ void RemotingDirectoryService::OnURLFetchComplete(
|
| // Destroy the fetcher after the response has been received.
|
| fetcher_.reset();
|
|
|
| - LOG(INFO) << "Remoting directory response: \n" << data.c_str();
|
| -
|
| - // TODO(hclam): Simply checking 200 status is not ennough.
|
| + // TODO(hclam): Simply checking 200 status is not enough.
|
| if (response_code == 200) {
|
| client_->OnRemotingHostAdded();
|
| } else {
|
|
|