LogManager: remove stand-alone semicolon

My bad!
This commit is contained in:
ligfx 2017-07-27 21:15:05 -07:00 committed by GitHub
parent 97ea97564f
commit 2f932273bb
1 changed files with 0 additions and 1 deletions

View File

@ -130,7 +130,6 @@ LogManager::LogManager()
// Set up log listeners
int verbosity = Config::Get(LOGGER_VERBOSITY);
;
// Ensure the verbosity level is valid
if (verbosity < 1)