remove unneeded logs

This commit is contained in:
Nathan Nichols
2021-07-28 13:15:26 -05:00
committed by CJ Cobb
parent 261271fa67
commit ec7608680e
2 changed files with 0 additions and 4 deletions

View File

@@ -211,8 +211,6 @@ main(int argc, char* argv[])
// The server uses the balancer to forward RPCs to a rippled node.
// The balancer itself publishes to streams (transactions_proposed and
// accounts_proposed)
if(!ctxRef)
std::cout << "NO WORK" << std::endl;
auto balancer = ETLLoadBalancer::make_ETLLoadBalancer(
*config, ioc, ctxRef, backend, subscriptions, ledgers);