Skip to content

Commit 14cf17a

Browse files
Remove noisy ADIOS2 JSON warning (#733)
ADIOS2 backend currently always issues a warning when not configured explicitly. Remove that.
1 parent 878cb83 commit 14cf17a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/IO/ADIOS/ADIOS2IOHandler.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ ADIOS2IOHandlerImpl::init( nlohmann::json cfg )
8888
{
8989
if( !cfg.contains( "adios2" ) )
9090
{
91-
std::cerr << "Warning: ADIOS2 is not configured in the JSON "
92-
"configuration. Running with default settings."
93-
<< std::endl;
9491
return;
9592
}
9693
m_config = std::move( cfg[ "adios2" ] );

0 commit comments

Comments
 (0)