diff --git a/src/timeline/TimelineModel.cpp b/src/timeline/TimelineModel.cpp index 5c904932adff218171bad981ecc957d4593bc082..3c33692e5fbf285ed00fc8ecb6d75dbb6867183c 100644 --- a/src/timeline/TimelineModel.cpp +++ b/src/timeline/TimelineModel.cpp @@ -753,11 +753,6 @@ TimelineModel::setCurrentIndex(int index) (!oldReadIndex || *oldReadIndex < nextEventIndexAndId->first)) { readEvent(nextEventIndexAndId->second); currentReadId = QString::fromStdString(nextEventIndexAndId->second); - - nhlog::net()->info("Marked as read {}, index {}, oldReadIndex {}", - nextEventIndexAndId->second, - nextEventIndexAndId->first, - *oldReadIndex); } } }