Update ConfigManager.cpp

This commit is contained in:
Vaxry 2022-10-27 09:48:42 +01:00 committed by GitHub
parent a9e896118f
commit 099ca5399a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,6 @@ CConfigManager::CConfigManager() {
} }
if (!parseError.empty()) { 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; parseError = "Config error at line " + std::to_string(linenum) + ": " + parseError;
break; break;
} }