Commit 3be44e81 authored by dickelbeck's avatar dickelbeck
Browse files

comment out unneeded debug output

parent c9ec403a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -311,7 +311,7 @@ void DIALOG_LAYERS_SETUP::showCopperChoice( int copperCount )
{
    static const int copperCounts[] = { 2,4,6,8,10,12,14,16 };

    D(printf("boardsCopperCount=%d\n", copperCount );)
    //D(printf("boardsCopperCount=%d\n", copperCount );)

    for( unsigned i = 0;  i<sizeof(copperCounts);  ++i )
    {
@@ -341,7 +341,7 @@ void DIALOG_LAYERS_SETUP::showBoardLayerNames()
        {
            wxString lname = m_Pcb->GetLayerName( layer );

            D(printf("layerName[%d]=%s\n", layer, CONV_TO_UTF8( lname ) );)
            //D(printf("layerName[%d]=%s\n", layer, CONV_TO_UTF8( lname ) );)

            if( ctl->IsKindOf( CLASSINFO(wxTextCtrl) ) )
                ((wxTextCtrl*)ctl)->SetValue( lname );     // wxTextCtrl