Skip to content

Commit ebc642c

Browse files
committed
Comment logs per package
1 parent b3bf99a commit ebc642c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

libmamba/src/solver/libsolv/helpers.cpp

+7-6
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,11 @@ namespace mamba::solver::libsolv
172172
}
173173
}
174174
}
175-
else
176-
{
177-
LOG_DEBUG << "No signatures available for '" << filename
178-
<< "'. Downloading without verifying artifacts.";
179-
}
175+
// else
176+
// {
177+
// LOG_DEBUG << "No signatures available for '" << filename
178+
// << "'. Downloading without verifying artifacts.";
179+
// }
180180
}
181181

182182
[[nodiscard]] auto set_solvable(
@@ -388,7 +388,8 @@ namespace mamba::solver::libsolv
388388
if (parsed)
389389
{
390390
on_parsed(fn);
391-
LOG_DEBUG << "Adding package record to repo " << fn;
391+
// LOG_DEBUG << "Adding package record to repo " <<
392+
// fn;
392393
}
393394
else
394395
{

0 commit comments

Comments
 (0)