diff --git a/Source/Core/Common/Logging/LogManager.cpp b/Source/Core/Common/Logging/LogManager.cpp index 45d10de6a2..a18397a976 100644 --- a/Source/Core/Common/Logging/LogManager.cpp +++ b/Source/Core/Common/Logging/LogManager.cpp @@ -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)