From d61edf84526a4a82020aea9847de2ae549e308bb Mon Sep 17 00:00:00 2001 From: Holger Schinzel Date: Tue, 10 May 2016 00:28:36 +0200 Subject: [PATCH] Remove log spam --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index a4ad91aa5a..7ea1678e7b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -803,7 +803,6 @@ bool CheckTransaction(const CTransaction& tx, CValidationState &state) CAmount nValueOut = 0; BOOST_FOREACH(const CTxOut& txout, tx.vout) { - printf("%s\n", tx.ToString().c_str()); if (txout.nValue < 0) return state.DoS(100, false, REJECT_INVALID, "bad-txns-vout-negative"); if (txout.nValue > MAX_MONEY)