We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6274b commit 3d2e956Copy full SHA for 3d2e956
libmamba/src/solver/libsolv/helpers.cpp
@@ -172,11 +172,11 @@ namespace mamba::solver::libsolv
172
}
173
174
175
- else
176
- {
177
- LOG_DEBUG << "No signatures available for '" << filename
178
- << "'. Downloading without verifying artifacts.";
179
- }
+ // else
+ // {
+ // LOG_DEBUG << "No signatures available for '" << filename
+ // << "'. Downloading without verifying artifacts.";
+ // }
180
181
182
[[nodiscard]] auto set_solvable(
@@ -388,7 +388,8 @@ namespace mamba::solver::libsolv
388
if (parsed)
389
{
390
on_parsed(fn);
391
- LOG_DEBUG << "Adding package record to repo " << fn;
+ // LOG_DEBUG << "Adding package record to repo " <<
392
+ // fn;
393
394
else
395
0 commit comments