We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9ee456 commit ad85241Copy full SHA for ad85241
src/api/qpid-proton/reactor/handler/TxSenderHandler.cpp
@@ -222,8 +222,6 @@ void TxSenderHandler::send(session s)
222
223
void TxSenderHandler::on_sendable(sender &s)
224
{
225
- // TODO
226
- logger(trace) << "[on_sendable] IS THIS METHOD EVER CALLED IN TX MODE???";
227
logger(trace) << "[on_sendable] transaction: " << &s;
228
if (ready) {
229
send(s.session());
0 commit comments