Commit 1b9e9e88 authored by rsleevi@chromium.org's avatar rsleevi@chromium.org

Remove some extra log spam from StaticSocketDataProvider::OnWrite

BUG=none
TEST=none
R=rch@chromium.org


Review URL: http://codereview.chromium.org/9594006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124888 0039d316-1c4b-4281-b951-d872f2087c98
parent 319bb882
...@@ -171,7 +171,6 @@ MockWriteResult StaticSocketDataProvider::OnWrite(const std::string& data) { ...@@ -171,7 +171,6 @@ MockWriteResult StaticSocketDataProvider::OnWrite(const std::string& data) {
// Not using mock writes; succeed synchronously. // Not using mock writes; succeed synchronously.
return MockWriteResult(SYNCHRONOUS, data.length()); return MockWriteResult(SYNCHRONOUS, data.length());
} }
LOG(INFO) << "about to write: " << data;
DCHECK(!at_write_eof()); DCHECK(!at_write_eof());
// Check that what we are writing matches the expectation. // Check that what we are writing matches the expectation.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment