summary refs log tree commit diff
path: root/src/timeline2/TimelineModel.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2019-09-19 22:45:51 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2019-11-23 20:06:14 +0100
commita5ccd00be0d58970a37944a68a91b7902cbf450f (patch)
tree5f564a104312ff96db28a2506493b1f9e7014ea0 /src/timeline2/TimelineModel.cpp
parentReenable encrypted messages (diff)
downloadnheko-a5ccd00be0d58970a37944a68a91b7902cbf450f.tar.xz
Remove noisy decrypted message
Diffstat (limited to 'src/timeline2/TimelineModel.cpp')
-rw-r--r--src/timeline2/TimelineModel.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/timeline2/TimelineModel.cpp b/src/timeline2/TimelineModel.cpp

index be82cf7e..9537649b 100644 --- a/src/timeline2/TimelineModel.cpp +++ b/src/timeline2/TimelineModel.cpp
@@ -638,8 +638,6 @@ TimelineModel::decryptEvent(const mtx::events::EncryptedEvent<mtx::events::msg:: body["origin_server_ts"] = e.origin_server_ts; body["unsigned"] = e.unsigned_data; - nhlog::crypto()->debug("decrypted event: {}", e.event_id); - json event_array = json::array(); event_array.push_back(body);