Remove old log statement

This commit is contained in:
GriffinR 2025-05-16 11:31:29 -04:00
parent 156546def6
commit 760b6119d0

View File

@ -680,7 +680,6 @@ void LayoutPixmapItem::select(QGraphicsSceneMouseEvent *event) {
selection.append(QPoint(x, y));
}
}
logInfo(QString("selected (%1, %2) -> (%3, %4)").arg(x1).arg(y1).arg(x2).arg(y2));
}
}
}