Skip to content

Commit

Permalink
Merge pull request #3474 from chrislovecnm/test-cleanup
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

Fixing stdout on tests - cleaning house

We are printing to STDOUT and logging in some tests.  Not needed.
  • Loading branch information
Kubernetes Submit Queue committed Oct 8, 2017
2 parents 5ff7a76 + 9bf1978 commit 14ba6d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/diff/diff_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ F`
// We do need to cleanup, as otherwise we get some spurious changes on complex diffs
diffs = dmp.DiffCleanupSemantic(diffs)

t.Logf("diffs %v", diffs)
}

actual := FormatDiff(l, r)
Expand Down

0 comments on commit 14ba6d0

Please sign in to comment.