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

@@ -348,7 +348,6 @@ public:
boost::beast::websocket::stream<boost::beast::tcp_stream>>(
boost::asio::make_strand(ioc)))
{
std::cout << "making plain" << std::endl;
}
void
@@ -383,7 +382,6 @@ public:
boost::beast::tcp_stream>>>(
boost::asio::make_strand(ioc), *sslCtx))
{
std::cout << "MAKING SSL" << std::endl;
}
void

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);