Skip to content
Snippets Groups Projects
Commit bd89dd83 authored by yang-g's avatar yang-g
Browse files

remove log spam

parent 5fc4f77e
No related branches found
No related tags found
Loading
......@@ -75,7 +75,6 @@ class ByteBuffer GRPC_FINAL {
// takes ownership
void set_buffer(grpc_byte_buffer* buf) {
if (buffer_) {
gpr_log(GPR_ERROR, "Overriding existing buffer");
Clear();
}
buffer_ = buf;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment