remove spurious trace

This commit is contained in:
Jean-Francois Dockes 2020-09-22 17:20:30 +02:00
parent b6be476e84
commit 263eaf5766

View File

@ -390,7 +390,6 @@ QVariant RecollModel::data(const QModelIndex& index, int role) const
if (m_rowforcachedoc != index.row()) {
m_rowforcachedoc = index.row();
LOGINF("RecollModel::data: calling getDoc for row "<<index.row()<<"\n");
if (!m_source->getDoc(index.row(), m_cachedoc)) {
return QVariant();
}