diff --git a/frontend/model/best-list-model.cpp b/frontend/model/best-list-model.cpp index d359853..630c9e0 100644 --- a/frontend/model/best-list-model.cpp +++ b/frontend/model/best-list-model.cpp @@ -106,7 +106,7 @@ QString BestListModel::getKey(const QModelIndex &index) void BestListModel::appendInfo(const QString &pluginId, const SearchPluginIface::ResultInfo &info) { if (m_plugin_action_key_list.contains(info.actionKey)) { - qDebug() << "plugin ID:" << pluginId << "name:" << info.name << "action key:" << info.actionKey << "is same with pre-result!"; +// qDebug() << "plugin ID:" << pluginId << "name:" << info.name << "action key:" << info.actionKey << "is same with pre-result!"; return; } else { m_plugin_action_key_list.append(info.actionKey); @@ -115,14 +115,14 @@ void BestListModel::appendInfo(const QString &pluginId, const SearchPluginIface: if (info.name == m_item->m_result_info_list.at(m_plugin_id_list.lastIndexOf(pluginId)).name) { return; } - qDebug()<<"plugin ID:"<