From 750c64f32363df062bb44c0206f5ecb831ee9757 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Thu, 30 Dec 2021 19:32:28 +0100 Subject: Get rid of some useless code --- src/timeline/EventStore.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/timeline/EventStore.cpp') 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)); } -- cgit 1.5.1