aboutsummaryrefslogtreecommitdiffstats
path: root/src/logging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/logging.cpp')
-rw-r--r--src/logging.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/logging.cpp b/src/logging.cpp
index c4a686c43..b46840792 100644
--- a/src/logging.cpp
+++ b/src/logging.cpp
@@ -246,12 +246,6 @@ void Log::Manager::OpenLogs(bool requiremethods)
{ "normal", Level::NORMAL },
{ "debug", Level::DEBUG },
{ "rawio", Level::RAWIO },
-
- // Deprecated v3 names.
- { "sparse", Level::CRITICAL },
- { "verbose", Level::WARNING },
- { "default", Level::NORMAL },
-
});
TokenList types = tag->getString("type", "*", 1);
MethodPtr method = engine->Create(tag);