Commit c0c58ef3 authored by hezhengjun's avatar hezhengjun

remove unused log info code

parent 95b55d15
......@@ -85,9 +85,6 @@ func (syncTx *SyncTxReceipts) SaveAndSyncTxs2Relayer() {
select {
case txReceipts := <-txReceiptCh:
log.Info("to deal request", "seq", txReceipts.TxReceipts[0].SeqNum, "count", len(txReceipts.TxReceipts))
if len(txReceipts.TxReceipts) > 0 {
log.Info("to deal request", "seq", txReceipts.TxReceipts[0].SeqNum, "count", len(txReceipts.TxReceipts))
}
syncTx.dealTxReceipts(txReceipts)
case <-syncTx.quit:
return
......
......@@ -105,8 +105,6 @@ func handleRequest(body []byte) error {
log.Error("handleRequest", "DecodeBlockSeqErr", err)
return err
}
log.Info("response", "err", err)
err = pushTxReceipts(&req)
return err
}
......
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