Skip to content

Commit

Permalink
Remove leftover troubleshooting printf() (#8615)
Browse files Browse the repository at this point in the history
#### Problem

PR #8470 accidentally included a `printf()` added to troubleshoot a
flaky unit test.

#### Change overview

Remove it.

#### Testing

I heard you like tests, so I ran the test to test the test so you can
test while you test.
  • Loading branch information
kpschoedel authored and pull[bot] committed Sep 15, 2021
1 parent a6d560c commit 3312504
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/core/tests/TestCHIPTLV.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2737,7 +2737,6 @@ void TestCHIPTLVWriterErrorHandling(nlTestSuite * inSuite)

// CloseContainer() for non-container
err = writer.CloseContainer(writer2);
printf("%s\n", ErrorStr(err));
NL_TEST_ASSERT(inSuite, err == CHIP_ERROR_INCORRECT_STATE);

// OpenContainer() failure
Expand Down

0 comments on commit 3312504

Please sign in to comment.