Remove qdebug in ColumnChooser

.. was accidentally committed a long time ago!
This commit is contained in:
Mark Liversedge
2013-12-21 17:05:24 +00:00
parent f96937e360
commit 1175c2d529

View File

@@ -752,7 +752,6 @@ RideNavigator::removeColumn()
void
RideNavigator::showColumnChooser()
{
qDebug()<<logicalHeadings;
ColumnChooser *selector = new ColumnChooser(logicalHeadings);
selector->show();
}