summary refs log tree commit diff
path: root/src/timeline/EventStore.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-12-30 19:32:28 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-12-31 00:48:55 +0100
commit750c64f32363df062bb44c0206f5ecb831ee9757 (patch)
tree8d7ac271bceba73164742e0919c2199da45e4401 /src/timeline/EventStore.cpp
parentFix wrapping in member events (diff)
downloadnheko-750c64f32363df062bb44c0206f5ecb831ee9757.tar.xz
Get rid of some useless code
Diffstat (limited to 'src/timeline/EventStore.cpp')
-rw-r--r--src/timeline/EventStore.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/timeline/EventStore.cpp b/src/timeline/EventStore.cpp

index 2e439320..c98e62de 100644 --- a/src/timeline/EventStore.cpp +++ b/src/timeline/EventStore.cpp
@@ -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)); }