Remove a printf clearly for debug, certainly a very old bug
This commit is contained in:
parent
6ae7c15d89
commit
6bd2110449
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue