remove log spam

pull/3985/head
yang-g 9 years ago
parent 5fc4f77e11
commit bd89dd8381
  1. 1
      include/grpc++/support/byte_buffer.h

@ -75,7 +75,6 @@ class ByteBuffer GRPC_FINAL {
// takes ownership // takes ownership
void set_buffer(grpc_byte_buffer* buf) { void set_buffer(grpc_byte_buffer* buf) {
if (buffer_) { if (buffer_) {
gpr_log(GPR_ERROR, "Overriding existing buffer");
Clear(); Clear();
} }
buffer_ = buf; buffer_ = buf;

Loading…
Cancel
Save