Skip to content

Commit 3ca658c

Browse files
author
Sergey Agafonov
committed
deleted unnecessary comment
1 parent a13cabc commit 3ca658c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/nodeview.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,6 @@ GroupItem *NodeView::getItemGroup(NodeItem *node)
463463

464464
void NodeView::removeGroup(GroupItem *group)
465465
{
466-
qDebug() << "NodeView::removeGroup" << group;
467466
if (!m_groupList.contains(group)) return;
468467

469468
m_groupList.removeOne(group);
@@ -562,4 +561,3 @@ void NodeView::setConnectionDragable(bool state)
562561
{
563562
m_isConnectionDragable = state;
564563
}
565-

0 commit comments

Comments
 (0)