Skip to content

Commit

Permalink
Remove noisy log message (#1998)
Browse files Browse the repository at this point in the history
Signed-off-by: pjuarezd <pjuarezd@users.noreply.github.com>
  • Loading branch information
pjuarezd committed Feb 27, 2024
1 parent ac0189a commit 1be6cd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/controller/main-controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,6 @@ func key2NamespaceName(key string) (namespace, name string) {
// converge the two. It then updates the Status block of the Tenant resource
// with the current status of the resource.
func (c *Controller) syncHandler(key string) (Result, error) {
klog.Info("MinIO Tenant Main loop!!!!")
ctx := context.Background()
cOpts := metav1.CreateOptions{}
uOpts := metav1.UpdateOptions{}
Expand Down

0 comments on commit 1be6cd1

Please sign in to comment.