diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-10-09 21:58:21 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-10-09 22:04:01 +0200 |
commit | b29ce3ca440760c9681e56a6c8e0067de3dd9e61 (patch) | |
tree | fbcbea135d038cdfc1c55f9362fac540d1e39fae /src/timeline/TimelineModel.cpp | |
parent | Shrink replies (diff) | |
download | nheko-b29ce3ca440760c9681e56a6c8e0067de3dd9e61.tar.xz |
cleanups
Diffstat (limited to '')
-rw-r--r-- | src/timeline/TimelineModel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/timeline/TimelineModel.cpp b/src/timeline/TimelineModel.cpp index c2bcfeb5..aa7a5e6a 100644 --- a/src/timeline/TimelineModel.cpp +++ b/src/timeline/TimelineModel.cpp @@ -2290,7 +2290,6 @@ TimelineModel::markSpecialEffectsDone() QString TimelineModel::formatTypingUsers(const QStringList &users, const QColor &bg) { - nhlog::db()->critical("TYPING USERS!"); QString temp = tr("%1 and %2 are typing.", "Multiple users are typing. First argument is a comma separated list of potentially " |