mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-27 23:25:53 +00:00
remove unneeded logs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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