Skip to content

Commit

Permalink
only print back
Browse files Browse the repository at this point in the history
  • Loading branch information
Hind-M committed Jan 15, 2025
1 parent 3579c8b commit cb8f339
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions libmamba/src/core/query.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -628,14 +628,9 @@ namespace mamba
headers.emplace_back(sfmt[0]);
cmds.push_back(sfmt[0]);
args.push_back(sfmt[1]);
for (auto& c : cmds)
{
std::cout << "just after push back, cmd: " << c << std::endl;
}
for (auto& a : args)
{
std::cout << "just after push back, arg: " << a << std::endl;
}

std::cout << "just after push back, last cmd: " << cmds.back() << std::endl;
std::cout << "just after push back, last arg: " << args.back() << std::endl;
}
// By default, columns are left aligned.
alignments.push_back(printers::alignment::left);
Expand Down

0 comments on commit cb8f339

Please sign in to comment.