From 099ca5399a342dd5b700ac45592382d6f2b10ae0 Mon Sep 17 00:00:00 2001 From: Vaxry <43317083+vaxerski@users.noreply.github.com> Date: Thu, 27 Oct 2022 09:48:42 +0100 Subject: [PATCH] Update ConfigManager.cpp --- src/config/ConfigManager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config/ConfigManager.cpp b/src/config/ConfigManager.cpp index 9e51c6e..1a1f492 100644 --- a/src/config/ConfigManager.cpp +++ b/src/config/ConfigManager.cpp @@ -41,7 +41,6 @@ CConfigManager::CConfigManager() { } if (!parseError.empty()) { - // If an error there is, user may want the precise line where it occured parseError = "Config error at line " + std::to_string(linenum) + ": " + parseError; break; }