diff --git a/include/grpc++/support/byte_buffer.h b/include/grpc++/support/byte_buffer.h index c413703970be0647d135c9fd18e3835863118335..9d19b0770897300a8e45321540cb75780a82b9d4 100644 --- a/include/grpc++/support/byte_buffer.h +++ b/include/grpc++/support/byte_buffer.h @@ -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;