Skip to content

Commit

Permalink
Comment logs per package
Browse files Browse the repository at this point in the history
  • Loading branch information
Hind-M committed Jul 15, 2024
1 parent 7e6274b commit 3d2e956
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions libmamba/src/solver/libsolv/helpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,11 @@ namespace mamba::solver::libsolv
}
}
}
else
{
LOG_DEBUG << "No signatures available for '" << filename
<< "'. Downloading without verifying artifacts.";
}
// else
// {
// LOG_DEBUG << "No signatures available for '" << filename
// << "'. Downloading without verifying artifacts.";
// }
}

[[nodiscard]] auto set_solvable(
Expand Down Expand Up @@ -388,7 +388,8 @@ namespace mamba::solver::libsolv
if (parsed)
{
on_parsed(fn);
LOG_DEBUG << "Adding package record to repo " << fn;
// LOG_DEBUG << "Adding package record to repo " <<
// fn;
}
else
{
Expand Down

0 comments on commit 3d2e956

Please sign in to comment.