Remove some stray printfs

This commit is contained in:
Jon Evans 2020-12-29 12:17:39 -05:00
parent 76e8c62269
commit bc712a7383
1 changed files with 0 additions and 3 deletions

View File

@ -233,7 +233,6 @@ static void extractDiffPairCoupledItems( DIFF_PAIR_ITEMS& aDp, DRC_RTREE& aTree
if( bestCoupled )
{
printf("Best-gap %d\n", bestGap );
auto excludeSelf =
[&] ( BOARD_ITEM *aItem )
{
@ -394,8 +393,6 @@ bool test::DRC_TEST_PROVIDER_DIFF_PAIR_COUPLING::Run()
auto overlay = m_drcEngine->GetDebugOverlay();
printf("Overlay %p\n", overlay.get () );
if( overlay )
{
overlay->SetIsFill(false);