Skip to content

Commit c03c066

Browse files
committed
Remove debug log
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
1 parent 36916d5 commit c03c066

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

operator/utils/hash_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
package utils
66

77
import (
8-
"fmt"
9-
108
. "github.com/onsi/ginkgo"
119
. "github.com/onsi/gomega"
1210

@@ -55,9 +53,6 @@ var _ = Describe("ScanType Hashing", func() {
5553

5654
It("should hash scantype consistently", func() {
5755
hashValues := HashScanType(scanType)
58-
59-
fmt.Printf("Hash: %d", hashValues)
60-
6156
Expect(hashValues).To(Equal(uint64(0xc1cee52ba3736175)), "Should hash scantype consistently")
6257
})
6358

0 commit comments

Comments
 (0)