diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-01-23 20:45:23 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-01-23 20:45:23 +0100 |
commit | c758cead9e2c2aca2e1c4e4e7d13b7d0fc5d2d5c (patch) | |
tree | d8e49812d3c4824aaa291071176397e8168c4df6 | |
parent | Implement display of membership events (diff) | |
download | nheko-c758cead9e2c2aca2e1c4e4e7d13b7d0fc5d2d5c.tar.xz |
Remove loggin of encrypted message body
-rw-r--r-- | src/Olm.cpp | 2 |
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) { |