diff --git a/src/cpp/serviceitemmodel.cpp b/src/cpp/serviceitemmodel.cpp index fb5a2c4..41401c1 100644 --- a/src/cpp/serviceitemmodel.cpp +++ b/src/cpp/serviceitemmodel.cpp @@ -404,7 +404,7 @@ QVariantMap ServiceItemModel::getItem(int index) const { QHashIterator it(rn); while (it.hasNext()) { it.next(); - qDebug() << it.key() << ":" << it.value(); + // qDebug() << it.key() << ":" << it.value(); data[it.value()] = idx.data(it.key()); } return data;