mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
removed a unused debug.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
009e6a6fa7
commit
5d75b4b41b
1 changed files with 1 additions and 3 deletions
|
@ -89,8 +89,6 @@ void DiveListView::selectionChanged(const QItemSelection& selected, const QItemS
|
|||
}
|
||||
}
|
||||
|
||||
Q_FOREACH(const QModelIndex& index, parents) {
|
||||
qDebug() << "Expanding";
|
||||
Q_FOREACH(const QModelIndex& index, parents)
|
||||
expand(index);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue