diff --git a/qt/widgets/common/src/Batch/QtStandardItemTreeAdapter.cpp b/qt/widgets/common/src/Batch/QtStandardItemTreeAdapter.cpp index ce3fc815dea2b26ef52f7335462021b6e293dd8e..450a88d87ca40a1e7179332aad3a68f60b3010dc 100644 --- a/qt/widgets/common/src/Batch/QtStandardItemTreeAdapter.cpp +++ b/qt/widgets/common/src/Batch/QtStandardItemTreeAdapter.cpp @@ -42,7 +42,6 @@ QtStandardItemMutableTreeAdapter::modelItemFromIndex(QModelIndex const &index) { void QtStandardItemMutableTreeAdapter::removeRowAt(QModelIndex const &index) { if (index.isValid()) { - std::cout << "Index is valid" << std::endl; model().removeRows(index.row(), 1, model().parent(index)); } else { model().removeRows(0, model().rowCount());