From 760b6119d00109504d0e027d2a7f4b309fcfb138 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Fri, 16 May 2025 11:31:29 -0400 Subject: [PATCH] Remove old log statement --- src/ui/layoutpixmapitem.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/layoutpixmapitem.cpp b/src/ui/layoutpixmapitem.cpp index 8a2fbe5b..2fb89171 100644 --- a/src/ui/layoutpixmapitem.cpp +++ b/src/ui/layoutpixmapitem.cpp @@ -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)); } } }