refactor: Remove unused LogPrint

This commit is contained in:
MarcoFalke
2024-08-08 10:56:58 +02:00
parent 3333415890
commit fa09cb41f5
6 changed files with 7 additions and 15 deletions

View File

@ -741,8 +741,6 @@ logging messages. They should be used as follows:
useful for debugging and can reasonably be enabled on a production
system (that has sufficient free storage space). They will be logged
if the program is started with `-debug=category` or `-debug=1`.
Note that `LogPrint(BCLog::CATEGORY, fmt, params...)` is a deprecated
alias for `LogDebug`.
- `LogInfo(fmt, params...)` should only be used rarely, e.g. for startup
messages or for infrequent and important events such as a new block tip