Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(396)

Unified Diff: net/spdy/spdy_header_block.cc

Issue 2435363002: Removes a spammy DLOG(INFO). Not protected. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_header_block.cc
diff --git a/net/spdy/spdy_header_block.cc b/net/spdy/spdy_header_block.cc
index a5937ff393d7658a2d77b06e3adc9380b863f862..4e36b8927b57529a3c72405c2a95bdb51e01748f 100644
--- a/net/spdy/spdy_header_block.cc
+++ b/net/spdy/spdy_header_block.cc
@@ -90,7 +90,6 @@ SpdyHeaderBlock::ValueProxy::ValueProxy(
lookup_result_(lookup_result),
key_(key),
valid_(true) {
- DVLOG(1) << "Constructing ValueProxy with key: " << key;
}
SpdyHeaderBlock::ValueProxy::ValueProxy(ValueProxy&& other)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698