Merge pull request #3474 from chrislovecnm/test-cleanup

Automatic merge from submit-queue.

Fixing stdout on tests - cleaning house

We are printing to STDOUT and logging in some tests.  Not needed.
This commit is contained in:
Kubernetes Submit Queue 2017-10-08 10:01:05 -07:00 committed by GitHub
commit 14ba6d0414
1 changed files with 0 additions and 1 deletions

View File

@ -163,7 +163,6 @@ F`
// We do need to cleanup, as otherwise we get some spurious changes on complex diffs // We do need to cleanup, as otherwise we get some spurious changes on complex diffs
diffs = dmp.DiffCleanupSemantic(diffs) diffs = dmp.DiffCleanupSemantic(diffs)
t.Logf("diffs %v", diffs)
} }
actual := FormatDiff(l, r) actual := FormatDiff(l, r)