summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Logging/LogManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common/Logging/LogManager.cpp')
-rw-r--r--Source/Core/Common/Logging/LogManager.cpp1
1 files changed, 0 insertions, 1 deletions
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)