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
1 changed files with 0 additions and 1 deletions

View File

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