Skip to content

Commit 6649bdb

Browse files
authored
Merge pull request #346 from shawn-hurley/bugfix/345
🐛 remove fmt.Printf statements that made it in a merge.
2 parents 89c373a + 0fab89e commit 6649bdb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/client/client_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,9 +1133,7 @@ var _ = Describe("Client", func() {
11331133
hasDep := false
11341134
for _, item := range deps.Items {
11351135
if item.GetName() == dep.Name && item.GetNamespace() == dep.Namespace {
1136-
fmt.Printf("HERE!!!!!!!! ITEM: %v\n\n", item)
11371136
hasDep = true
1138-
fmt.Printf("HERE hasDep: %v\n\n", hasDep)
11391137
break
11401138
}
11411139
}

0 commit comments

Comments
 (0)