Skip to content

Commit

Permalink
[TierTwo] Remove unneeded extra logging.
Browse files Browse the repository at this point in the history
Github-Pull: #2045
Rebased-From: 9213f07
  • Loading branch information
furszy authored and Fuzzbawls committed Dec 16, 2020
1 parent 3066165 commit 99c2d5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tiertwo_networksync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 99c2d5e

Please sign in to comment.