Skip to content

Commit

Permalink
Cosmetic, remove debug output.
Browse files Browse the repository at this point in the history
Signed-off-by: cneben <[email protected]>
  • Loading branch information
cneben committed Oct 8, 2024
1 parent 43d33f5 commit 02f6cd5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/qanNodeItem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<qan::Edge*> ancestorsEdges;
for (const auto ancestor: ancestors) {
Expand Down

0 comments on commit 02f6cd5

Please sign in to comment.