Skip to content

Commit

Permalink
Merge pull request #346 from shawn-hurley/bugfix/345
Browse files Browse the repository at this point in the history
🐛 remove fmt.Printf statements that made it in a merge.
  • Loading branch information
k8s-ci-robot authored Mar 4, 2019
2 parents 89c373a + 0fab89e commit 6649bdb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1133,9 +1133,7 @@ var _ = Describe("Client", func() {
hasDep := false
for _, item := range deps.Items {
if item.GetName() == dep.Name && item.GetNamespace() == dep.Namespace {
fmt.Printf("HERE!!!!!!!! ITEM: %v\n\n", item)
hasDep = true
fmt.Printf("HERE hasDep: %v\n\n", hasDep)
break
}
}
Expand Down

0 comments on commit 6649bdb

Please sign in to comment.