logging: remove unused BCLog::UTIL

Suggested by: David Gumberg (https://github.com/bitcoin/bitcoin/pull/29415#discussion_r1485310634)
This commit is contained in:
Vasil Dimov
2024-02-11 15:24:46 +01:00
parent d3b3af9034
commit b0344c219a
2 changed files with 4 additions and 6 deletions

View File

@@ -171,7 +171,6 @@ static const std::map<std::string, BCLog::LogFlags> LOG_CATEGORIES_BY_STR{
#ifdef DEBUG_LOCKCONTENTION
{"lock", BCLog::LOCK},
#endif
{"util", BCLog::UTIL},
{"blockstorage", BCLog::BLOCKSTORAGE},
{"txreconciliation", BCLog::TXRECONCILIATION},
{"scan", BCLog::SCAN},