summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Olm.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Olm.cpp b/src/Olm.cpp

index 4fa473d3..78b16be7 100644 --- a/src/Olm.cpp +++ b/src/Olm.cpp
@@ -163,8 +163,6 @@ encrypt_group_message(const std::string &room_id, const std::string &device_id, { using namespace mtx::events; - nhlog::crypto()->info("message body {}", body.dump()); - // relations shouldn't be encrypted... mtx::common::RelatesTo relation; if (body["content"].count("m.relates_to") != 0) {