diff --git a/src/test/jtx/impl/Env.cpp b/src/test/jtx/impl/Env.cpp index 4808fc2e9..d62e79f87 100644 --- a/src/test/jtx/impl/Env.cpp +++ b/src/test/jtx/impl/Env.cpp @@ -305,10 +305,12 @@ Env::inject_jtx(JTx const& jt) auto tx = std::make_shared(jt.stx, reason, app); + /* static int counter = 0; counter++; if (counter % 2500 == 0) std::cout << "inject_jtx [" << counter++ << "] id=" << id << "\n"; + */ netOPs.processTransaction(tx, true, false); } return postconditions(jt, ter_, true);