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:
Tomaz Canabrava 2013-05-13 21:44:13 -05:00 committed by Dirk Hohndel
parent 009e6a6fa7
commit 5d75b4b41b

View file

@ -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);
}
}