From 9213f07fd73195ac81b64a92f2efbc653aaf73dd Mon Sep 17 00:00:00 2001 From: furszy Date: Wed, 9 Dec 2020 15:50:19 -0300 Subject: [PATCH] [TierTwo] Remove unneeded extra logging. --- src/tiertwo_networksync.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tiertwo_networksync.cpp b/src/tiertwo_networksync.cpp index 33abdbe34039..ce946550cee5 100644 --- a/src/tiertwo_networksync.cpp +++ b/src/tiertwo_networksync.cpp @@ -107,7 +107,6 @@ bool CMasternodeSync::MessageDispatcher(CNode* pfrom, std::string& strCommand, C // TODO: This could be a MASTERNODE_SYNC_BUDGET_FIN as well, possibly should decouple the finalization budget sync // from the MASTERNODE_SYNC_BUDGET_PROP (both are under the BUDGETVOTESYNC message) UpdatePeerSyncState(pfrom->GetId(), NetMsgType::BUDGETVOTESYNC, MASTERNODE_SYNC_FINISHED); - LogPrintf("SYNC FINISHED!\n"); return true; } case MASTERNODE_SYNC_BUDGET_FIN: {