1 files changed, 1 insertions, 3 deletions
diff --git a/src/Utils.cpp b/src/Utils.cpp
index d6fff47e..ceca53fc 100644
--- a/src/Utils.cpp
+++ b/src/Utils.cpp
@@ -124,8 +124,6 @@ utils::getMessageDescription(const TimelineEvent &event,
info.datetime = ts;
return info;
- } else {
- std::cout << "type not found: " << serialize_event(event).dump(2) << '\n';
}
return DescInfo{};
@@ -277,4 +275,4 @@ utils::humanReadableFingerprint(const QString &ed25519)
fingerprintList << ed25519.mid(i, 4);
}
return fingerprintList.join(" ");
-}
\ No newline at end of file
+}
|