From 02f6cd5233650b1be65d215a46bec7d0c1c9a475 Mon Sep 17 00:00:00 2001 From: cneben Date: Tue, 8 Oct 2024 14:08:46 +0200 Subject: [PATCH] Cosmetic, remove debug output. Signed-off-by: cneben --- src/qanNodeItem.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/qanNodeItem.cpp b/src/qanNodeItem.cpp index 17cc31db..325d61a5 100644 --- a/src/qanNodeItem.cpp +++ b/src/qanNodeItem.cpp @@ -161,9 +161,6 @@ void NodeItem::collapseAncestors(bool collapsed) // 1. const auto ancestors = graph->collectAncestors(*node); - for (const auto ancestor: ancestors) - qWarning() << ancestor->getLabel(); - // 2. std::unordered_set ancestorsEdges; for (const auto ancestor: ancestors) {