Skip to content

Commit a7ac0a3

Browse files
committed
Remove debugging output
1 parent b1886ee commit a7ac0a3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/SerialIOTest.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6506,30 +6506,21 @@ TEST_CASE("append_mode", "[serial]")
65066506
}
65076507
}
65086508
})END";
6509-
std::cout << "Append mode ADIOS2 group-based old schema."
6510-
<< std::endl;
65116509
append_mode(
65126510
"../samples/append_groupbased." + t, false, jsonConfigOld);
6513-
std::cout << "Append mode ADIOS2 group-based new schema."
6514-
<< std::endl;
65156511
append_mode(
65166512
"../samples/append_variablebased." + t, false, jsonConfigNew);
6517-
std::cout << "Append mode ADIOS2 variable-based old schema."
6518-
<< std::endl;
65196513
append_mode(
65206514
"../samples/append_groupbased_newschema." + t,
65216515
true,
65226516
jsonConfigOld);
6523-
std::cout << "Append mode ADIOS2 variable-based new schema."
6524-
<< std::endl;
65256517
append_mode(
65266518
"../samples/append_variablebased_newschema." + t,
65276519
true,
65286520
jsonConfigNew);
65296521
}
65306522
else
65316523
{
6532-
std::cout << "Append mode ending '" << t << "'" << std::endl;
65336524
append_mode("../samples/append_groupbased." + t, false);
65346525
}
65356526
}

0 commit comments

Comments
 (0)