Get rid of some useless code

This commit is contained in:
Nicolas Werner 2021-12-30 19:32:28 +01:00
parent b7d6191e24
commit 750c64f323
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
8 changed files with 8 additions and 12 deletions

View file

@ -543,10 +543,6 @@ EventStore::reactions(const std::string &event_id)
reaction.users_ += QString::fromStdString(user);
}
nhlog::db()->debug("key: {}, count: {}, users: {}",
reaction.key_.toStdString(),
reaction.count_,
reaction.users_.toStdString());
temp.append(QVariant::fromValue(reaction));
}