From dd182b291ca366ee119558583460987729497f05 Mon Sep 17 00:00:00 2001 From: NAUD Maxence <maxence.naud@cea.fr> Date: Tue, 28 Jan 2025 12:43:11 +0000 Subject: [PATCH] Remove comment not relevant anymore --- src/utils/Log.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/Log.cpp b/src/utils/Log.cpp index 3890b991a..b4c64d527 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; } -- GitLab