From a0113dcd13a5af7706d6ca62327e83c2b85e420a Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 28 Mar 2020 17:05:23 +0100 Subject: [PATCH] Drop verbose output --- pkg/installer/installer.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/installer/installer.go b/pkg/installer/installer.go index 6985dc61..3f057696 100644 --- a/pkg/installer/installer.go +++ b/pkg/installer/installer.go @@ -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: