Commit f141c96e authored by duanjinfei's avatar duanjinfei

del log print

parent a31fcc23
...@@ -62,7 +62,6 @@ func BroadcastTxArr(tranArr []*types.Transaction, cfg *tool.Config) error { ...@@ -62,7 +62,6 @@ func BroadcastTxArr(tranArr []*types.Transaction, cfg *tool.Config) error {
} }
} }
for { for {
log.Info("bathHandleSendCount:", bathHandleSendCount)
if bathHandleSendCount == allSignedTxCount { if bathHandleSendCount == allSignedTxCount {
log.Infof("Send tran count: %d", bathHandleSendCount) log.Infof("Send tran count: %d", bathHandleSendCount)
log.Infof("Since time: %d ms", time.Since(startTime).Milliseconds()) log.Infof("Since time: %d ms", time.Since(startTime).Milliseconds())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment