diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-01-06 18:18:19 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-06 19:38:28 -0800 |
commit | e3fbfe5498f79676decc5f035ff229d656ff2aed (patch) | |
tree | 78a961764e024830d2db8e49f3ebd5a2239be2b2 /qt-ui | |
parent | 555fd979cb164c1405b82ef9cdecdfa284052f3b (diff) | |
download | subsurface-e3fbfe5498f79676decc5f035ff229d656ff2aed.tar.gz |
Remove pesky QDebug that snook in
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/divelogimportdialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/divelogimportdialog.cpp b/qt-ui/divelogimportdialog.cpp index 570e86286..7e3721925 100644 --- a/qt-ui/divelogimportdialog.cpp +++ b/qt-ui/divelogimportdialog.cpp @@ -42,7 +42,6 @@ bool ColumnNameProvider::removeRows(int row, int count, const QModelIndex &paren { beginRemoveRows(QModelIndex(), row, row); columnNames.removeAt(row); - qDebug() << "Removing row" << row; endRemoveRows(); } |