Remove some stray printfs
This commit is contained in:
parent
76e8c62269
commit
bc712a7383
|
@ -233,7 +233,6 @@ static void extractDiffPairCoupledItems( DIFF_PAIR_ITEMS& aDp, DRC_RTREE& aTree
|
||||||
|
|
||||||
if( bestCoupled )
|
if( bestCoupled )
|
||||||
{
|
{
|
||||||
printf("Best-gap %d\n", bestGap );
|
|
||||||
auto excludeSelf =
|
auto excludeSelf =
|
||||||
[&] ( BOARD_ITEM *aItem )
|
[&] ( BOARD_ITEM *aItem )
|
||||||
{
|
{
|
||||||
|
@ -394,8 +393,6 @@ bool test::DRC_TEST_PROVIDER_DIFF_PAIR_COUPLING::Run()
|
||||||
|
|
||||||
auto overlay = m_drcEngine->GetDebugOverlay();
|
auto overlay = m_drcEngine->GetDebugOverlay();
|
||||||
|
|
||||||
printf("Overlay %p\n", overlay.get () );
|
|
||||||
|
|
||||||
if( overlay )
|
if( overlay )
|
||||||
{
|
{
|
||||||
overlay->SetIsFill(false);
|
overlay->SetIsFill(false);
|
||||||
|
|
Loading…
Reference in New Issue