Get rid of some useless code
This commit is contained in:
parent
b7d6191e24
commit
750c64f323
8 changed files with 8 additions and 12 deletions
|
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue