Remove a printf clearly for debug, certainly a very old bug

This commit is contained in:
jean-pierre charras 2017-02-24 20:51:33 +01:00
parent 6ae7c15d89
commit 6bd2110449
1 changed files with 0 additions and 3 deletions

View File

@ -208,9 +208,6 @@ void SCH_SHEET_PIN::ConstrainOnEdge( wxPoint Pos )
if( GetTextPos().x > (sheet->m_pos.x + sheet->m_size.x) )
SetTextX( sheet->m_pos.x + sheet->m_size.x );
}
printf( "centre %d %d, pos %d %d, pinpos %d %d, edge %d\n",
center.x, center.y, Pos.x, Pos.y, GetTextPos().x, GetTextPos().y, m_edge);
}