Skip to content

Commit

Permalink
Removing a debug comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AyanRoy16 committed Oct 20, 2023
1 parent f68012f commit db8a0e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/programs/tests/JParameterManagerTests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ TEST_CASE("JParameterManager_VectorParams") {
inputs.emplace_back(" third one ");

jpm.SetDefaultParameter("test", inputs);
std::cout << " Size of the vector after calling the SetDefaultParameter" << inputs.size() << std::endl;
std::vector<std::string> outputs;
auto param = jpm.GetParameter("test", outputs);
REQUIRE(param->GetValue() == "first,second one, third one ");
Expand Down

0 comments on commit db8a0e3

Please sign in to comment.