summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-02-27 06:47:00 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2022-02-27 06:47:00 +0100
commita307dc46cb70973a3cd3109a842b69c684f7bf75 (patch)
treeb167d82f6c58f1a4dace13f554d3a7fe63b03710 /src
parentAllow properly editing pending encrypted messages (diff)
downloadnheko-a307dc46cb70973a3cd3109a842b69c684f7bf75.tar.xz
Remove stray logging
Diffstat (limited to 'src')
-rw-r--r--src/timeline/TimelineModel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/timeline/TimelineModel.cpp b/src/timeline/TimelineModel.cpp

index a8b6cf6f..903f137f 100644 --- a/src/timeline/TimelineModel.cpp +++ b/src/timeline/TimelineModel.cpp
@@ -432,7 +432,6 @@ TimelineModel::TimelineModel(TimelineViewManager *manager, QString room_id, QObj edit_ = QString::fromStdString(event_id); emit editChanged(edit_); } - nhlog::net()->debug("reply {}\ntxn {}\nev {}", reply_.toStdString(), txn_id, event_id); if (reply_.toStdString() == txn_id) { reply_ = QString::fromStdString(event_id); emit replyChanged(reply_);