Drop verbose output

This commit is contained in:
Ettore Di Giacinto 2020-03-28 17:05:23 +01:00
parent d45536505b
commit a0113dcd13
No known key found for this signature in database
GPG Key ID: 1ADA699B145A2D1C

View File

@ -325,8 +325,6 @@ func (l *LuetInstaller) install(syncedRepos Repositories, cp []pkg.Package, s *S
if !l.Options.NoDeps {
// TODO: Lower those errors as warning
for _, w := range p {
Info("Getting finalizer for " + w.HumanReadableString())
// Finalizers needs to run in order and in sequence.
ordered := solution.Order(allRepos, w.GetFingerPrint())
ORDER: