From 2fc54f3e5ff7bd79574980574a6fc75fecbd4890 Mon Sep 17 00:00:00 2001 From: Evan Duffield Date: Thu, 1 May 2014 12:14:28 -0700 Subject: [PATCH] removed comments --- src/main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 46d7377a24..b8446607bc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4942,10 +4942,7 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn) if(mv1.GetVotes() == MASTERNODE_PAYMENTS_MIN_VOTES-1){ mv1.Vote(); } else { - printf("Looking for block %"PRI64u" %s\n", mv1.blockHeight, mv1.GetPubKey().ToString().c_str()); BOOST_FOREACH(CMasterNodeVote& mv2, darkSendMasterNodeVotes) { - printf(" ---- %"PRI64u" %s \n", mv2.blockHeight, mv2.GetPubKey().ToString().c_str()); - if((mv1.blockHeight == mv2.blockHeight && mv1.GetPubKey() == mv2.GetPubKey())) { mv1.Vote(); break;