Skip to content

Commit

Permalink
Uncomment cmd Depends
Browse files Browse the repository at this point in the history
  • Loading branch information
Hind-M committed Jan 15, 2025
1 parent cb8f339 commit 1b2434a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmamba/src/core/query.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ namespace mamba
}
else if (cmd == "Depends")
{
// std::cout << "CMD is depends" << std::endl;
std::cout << "CMD is depends" << std::endl;
// std::cout << "pkg name: " << pkg.name
// << " and deps size: " <<
// pkg.dependencies.size() << std::endl;
Expand Down

0 comments on commit 1b2434a

Please sign in to comment.