mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
logging: remove unused BCLog::UTIL
Suggested by: David Gumberg (https://github.com/bitcoin/bitcoin/pull/29415#discussion_r1485310634)
This commit is contained in:
parent
d3b3af9034
commit
b0344c219a
2 changed files with 4 additions and 6 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue