diff --git a/src/utils/Log.cpp b/src/utils/Log.cpp index 3890b991a2138fe9d1191ffbdd8d8fc2143b38fb..b4c64d527d361db31e46c6b6dbe6d3b4ebf6765b 100644 --- a/src/utils/Log.cpp +++ b/src/utils/Log.cpp @@ -139,7 +139,6 @@ void Log::log(Level level, const std::string& msg) { // Add the wrapped line to the result wrappedLines.push_back(text.substr(start, lineEnd - start)); - // Move to the next segment, skipping spaces start = ++lineEnd; }