Skip to content

Commit

Permalink
Remove unused logger, now that plugin loading logging has been removed.
Browse files Browse the repository at this point in the history
Signed-off-by: Edwin Buck <edwbuck@gmail.com>
  • Loading branch information
edwbuck committed Dec 3, 2024
1 parent afe6263 commit 7064969
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/common/catalog/catalog.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,6 @@ func Load(ctx context.Context, config *Config, repo Repository) (_ *Catalog, err
}
}()

log := config.Log.WithFields(logrus.Fields{
telemetry.SubsystemName: "common_catalog",
})

pluginRepos, err := makeBindablePluginRepos(repo.Plugins())
if err != nil {
return nil, err
Expand Down

0 comments on commit 7064969

Please sign in to comment.