diff --git a/eeschema/sch_sheet_pin.cpp b/eeschema/sch_sheet_pin.cpp index f1acc23823..2963067392 100644 --- a/eeschema/sch_sheet_pin.cpp +++ b/eeschema/sch_sheet_pin.cpp @@ -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); }