Commit 87ca50e6 authored by knowledge4igor's avatar knowledge4igor

Tiny code cleanup

parent 025a0d1b
......@@ -675,7 +675,6 @@ ResponseWriter::putOnWire(const char* data, size_t len)
#undef OUT
auto fd = peer()->fd();
std::cout << "ResponseWriter -> buffer sent to: " << buffer.data << "\n";
return transport_->asyncWrite(fd, buffer);
} catch (const std::runtime_error& e) {
......
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