mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
remove unneeded logs
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user