diff --git a/scwx-qt/source/scwx/qt/map/map_widget.cpp b/scwx-qt/source/scwx/qt/map/map_widget.cpp index ebef32e7..ebadf50b 100644 --- a/scwx-qt/source/scwx/qt/map/map_widget.cpp +++ b/scwx-qt/source/scwx/qt/map/map_widget.cpp @@ -998,14 +998,6 @@ void MapWidget::keyPressEvent(QKeyEvent* ev) case Qt::Key_S: changeStyle(); break; - case Qt::Key_L: - { - for (const QString& layer : p->map_->layerIds()) - { - qDebug() << "Layer: " << layer; - } - } - break; default: break; }