Skip to content

Commit f47e0bf

Browse files
author
Petr Matousek
committed
recv tx
1 parent 6a14ed2 commit f47e0bf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/api/qpid-proton/reactor/handler/TxReceiverHandler.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ void TxReceiverHandler::on_transaction_aborted(transaction t) {
272272
void TxReceiverHandler::on_transaction_committed(transaction t) {
273273
confirmed += current_batch;
274274
current_batch = 0;
275-
std::cout<<" [OnTxnCommitted] Processed:"<< processed << std::endl;
276275
std::cout<<" [OnTxnCommitted] Committed:"<< confirmed << std::endl;
277276
if(confirmed == count) {
278277
std::cout << "All messages committed" << std::endl;

src/api/qpid-proton/reactor/handler/TxReceiverHandler.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ class TxReceiverHandler : public CommonHandler, transaction_handler {
256256
// transaction variables
257257
int batch_size = 0;
258258
int current_batch = 0;
259-
int processed = 0;
260259
int confirmed = 0;
261260
string tx_action = "commit";
262261
string tx_endloop_action = "commit";

0 commit comments

Comments
 (0)