Skip to content

Commit

Permalink
test: removing unnecessary fmt.Println statements
Browse files Browse the repository at this point in the history
  • Loading branch information
edisonLcardenas authored and hawkowl committed Sep 10, 2024
1 parent 7dd2a23 commit a33896b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/operator/controllers/dnsmasq/cluster_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ package dnsmasq

import (
"context"
"fmt"
"testing"
"time"

Expand Down Expand Up @@ -382,11 +381,8 @@ func TestClusterReconciler(t *testing.T) {
}
}

fmt.Println("tt.name: ", tt.name)
e, err = testclienthelper.CompareTally(tt.wantUpdated, updateTally)
if err != nil {
fmt.Println("tt.wantUpdated: ", tt.wantUpdated)
fmt.Println("updateTally: ", updateTally)
t.Errorf("update comparison: %v", err)
for _, i := range e {
t.Error(i)
Expand Down

0 comments on commit a33896b

Please sign in to comment.