Remove debugging output from last commit.

This commit is contained in:
Wayne Stambaugh
2024-10-04 11:58:56 -04:00
parent 7228321b5d
commit 90ed4bae99
-5
View File
@@ -1125,11 +1125,6 @@ void DIALOG_DRC::NextMarker()
void DIALOG_DRC::SelectMarker( const PCB_MARKER* aMarker )
{
wxLogDebug( wxS( "DRC marker select type: %d, severity %d, error code: %d exclude: %s." ),
aMarker->GetMarkerType(), aMarker->GetSeverity(),
aMarker->GetRCItem()->GetErrorCode(),
( aMarker->IsExcluded() ) ? wxS( "yes" ) : wxS( "no" ) );
if( m_Notebook->IsShown() )
{
enum MARKER_BASE::MARKER_T markerType = aMarker->GetMarkerType();