Commit 4a270471 authored by zyearn's avatar zyearn Committed by zhujiashun

remove debug logs

parent a30eeefd
......@@ -1206,8 +1206,6 @@ int H2StreamContext::ConsumeHeaders(butil::IOBufBytesIterator& it) {
if (rc == 0) {
break;
}
LOG(INFO) << "Header name: " << pair.name
<< ", header value: " << pair.value;
const char* const name = pair.name.c_str();
bool matched = false;
if (name[0] == ':') { // reserved names
......
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