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; }