diff options
| author | 2024-06-07 18:07:08 +0100 | |
|---|---|---|
| committer | 2024-06-07 18:07:08 +0100 | |
| commit | 5c16010c1e44c3393cf7b276ba756870ebfb60ea (patch) | |
| tree | dd944e00a40061b4b3d5243d3161bd0c267e8ec2 /src/logging.cpp | |
| parent | Move the md5 and cloak_md5 modules to inspircd-contrib. (diff) | |
Remove more deprecated functionality.
Diffstat (limited to 'src/logging.cpp')
| -rw-r--r-- | src/logging.cpp | 6 |
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); |
