From 26cb84fa6c0045dcbfa659e6126112329e8f6dfa Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Fri, 11 Apr 2025 11:22:00 +0200 Subject: [PATCH] remove more kInfo --- src/test/rpc/Catalogue_test.cpp | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/test/rpc/Catalogue_test.cpp b/src/test/rpc/Catalogue_test.cpp index 4a1ef0e64..4fa579a79 100644 --- a/src/test/rpc/Catalogue_test.cpp +++ b/src/test/rpc/Catalogue_test.cpp @@ -316,9 +316,7 @@ class Catalogue_test : public beast::unit_test::suite Env loadEnv{ *this, test::jtx::envconfig(test::jtx::port_increment, 3), - features, - nullptr, - beast::severities::kInfo}; + features}; // Now load the catalogue Json::Value params{Json::objectValue}; @@ -512,9 +510,7 @@ class Catalogue_test : public beast::unit_test::suite cfg->NETWORK_ID = 123; return cfg; }), - features, - nullptr, - beast::severities::kInfo}; + features}; prepareLedgerData(env1, 5); // Create catalogue with network ID 123 @@ -538,9 +534,7 @@ class Catalogue_test : public beast::unit_test::suite cfg->NETWORK_ID = 456; return cfg; }), - features, - nullptr, - beast::severities::kInfo}; + features}; { Json::Value params{Json::objectValue};