From 22cba50e54f4413e53621701d630111a94823154 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Fri, 8 Nov 2013 08:49:50 -0200 Subject: [PATCH] useless debug --- src/txdb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/txdb.cpp b/src/txdb.cpp index 90920bb1..8fae8858 100644 --- a/src/txdb.cpp +++ b/src/txdb.cpp @@ -57,7 +57,7 @@ bool CCoinsViewDB::SetBestBlock(CBlockIndex *pindex) { } bool CCoinsViewDB::BatchWrite(const std::map &mapCoins, CBlockIndex *pindex) { - printf("Committing %u changed transactions to coin database...\n", (unsigned int)mapCoins.size()); + //printf("Committing %u changed transactions to coin database...\n", (unsigned int)mapCoins.size()); CLevelDBBatch batch; for (std::map::const_iterator it = mapCoins.begin(); it != mapCoins.end(); it++)