diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-08-20 20:54:27 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-08-20 20:54:27 +0200 |
| commit | 380222411038cb4f74cbb109984c4b855b4799f6 (patch) | |
| tree | 9f5aa1fbeb733724781ed219d922a9fe9746b6fa /src/main.cpp | |
| parent | Move strprintf define to tinyformat.h (diff) | |
| download | discoin-380222411038cb4f74cbb109984c4b855b4799f6.tar.xz discoin-380222411038cb4f74cbb109984c4b855b4799f6.zip | |
Remove all other print() methods
All unused.
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 09b10c8e5..d7543e3f1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3968,7 +3968,6 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv, vRecv >> block; LogPrint("net", "received block %s peer=%d\n", block.GetHash().ToString(), pfrom->id); - // block.print(); CInv inv(MSG_BLOCK, block.GetHash()); pfrom->AddInventoryKnown(inv); |