Remove remnant of scriptlogtype in log message

This commit is contained in:
Alexander Bock
2021-06-18 09:16:15 +02:00
parent b1f10b1b70
commit 741ed2ac05
3 changed files with 2 additions and 5 deletions

View File

@@ -125,7 +125,6 @@ private:
// Logging variables
bool _logFileExists = false;
bool _logScripts = true;
std::string _logType;
std::string _logFilename;
};