diff --git a/sources/qetgraphicsitem/conductor.cpp b/sources/qetgraphicsitem/conductor.cpp index d1c9be0b6..91092c4f6 100644 --- a/sources/qetgraphicsitem/conductor.cpp +++ b/sources/qetgraphicsitem/conductor.cpp @@ -1225,7 +1225,6 @@ void Conductor::calculateTextItemPosition() { QPointF text_item_pos = text_item -> pos(); QPainterPath near_shape = nearShape(); if (!near_shape.contains(text_item_pos)) { - qDebug() << "trop loin"; text_item -> setPos(movePointIntoPolygon(text_item_pos, near_shape)); } } else {