From 7224bb4115d8bc3f383208ddd150a64d5b1b1642 Mon Sep 17 00:00:00 2001 From: AstaFrode Date: Wed, 31 Jan 2024 19:21:53 +0800 Subject: [PATCH] update ReportTagCalculated (#188) --- chain/fileBank.go | 1 - 1 file changed, 1 deletion(-) diff --git a/chain/fileBank.go b/chain/fileBank.go index 73a356f..b21fd52 100755 --- a/chain/fileBank.go +++ b/chain/fileBank.go @@ -1740,7 +1740,6 @@ func (c *chainClient) ReportTagCalculated(teeSig types.Bytes, tagSigInfo pattern case status := <-sub.Chan(): if status.IsInBlock { txhash = status.AsInBlock.Hex() - fmt.Println(txhash) blockhash := status.AsInBlock _, err = c.RetrieveEvent_FileBank_CalculateReport(blockhash) return txhash, err