mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
Remove all other print() methods
All unused.
This commit is contained in:
@@ -144,9 +144,3 @@ std::string CInv::ToString() const
|
||||
{
|
||||
return strprintf("%s %s", GetCommand(), hash.ToString());
|
||||
}
|
||||
|
||||
void CInv::print() const
|
||||
{
|
||||
LogPrintf("CInv(%s)\n", ToString());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user