summaryrefslogtreecommitdiffstats
path: root/qt-ui
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-05-13 21:44:13 -0500
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-13 21:47:35 -0500
commit5d75b4b41b4fe9113683f14134fb5e81e2f895f9 (patch)
tree8b28fbb6fd37960e6e1c9cc3e800d29659dd3006 /qt-ui
parent009e6a6fa7055ed0ef14e4b4d9407999d86ef158 (diff)
downloadsubsurface-5d75b4b41b4fe9113683f14134fb5e81e2f895f9.tar.gz
removed a unused debug.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r--qt-ui/divelistview.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/qt-ui/divelistview.cpp b/qt-ui/divelistview.cpp
index e5d4baddc..a209118e0 100644
--- a/qt-ui/divelistview.cpp
+++ b/qt-ui/divelistview.cpp
@@ -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);
- }
}