Skip to content

Commit 02f6cd5

Browse files
committed
Cosmetic, remove debug output.
Signed-off-by: cneben <[email protected]>
1 parent 43d33f5 commit 02f6cd5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/qanNodeItem.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,6 @@ void NodeItem::collapseAncestors(bool collapsed)
161161
// 1.
162162
const auto ancestors = graph->collectAncestors(*node);
163163

164-
for (const auto ancestor: ancestors)
165-
qWarning() << ancestor->getLabel();
166-
167164
// 2.
168165
std::unordered_set<qan::Edge*> ancestorsEdges;
169166
for (const auto ancestor: ancestors) {

0 commit comments

Comments
 (0)