Skip to content

Commit 11adaf1

Browse files
committed
fix: delete console log
1 parent a1e041a commit 11adaf1

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

core/controller/worker/local.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package worker
22

33
import (
44
"context"
5-
"fmt"
65
"github.com/meshplus/hyperbench/common"
76
"github.com/meshplus/hyperbench/core/collector"
87
"github.com/meshplus/hyperbench/core/engine"
@@ -140,8 +139,6 @@ func (l *LocalWorker) asyncJob() {
140139
v := l.pool.Pop()
141140
if v == nil {
142141
// if worker can not get vm from pool, just shortcut
143-
fmt.Print("bbb")
144-
145142
return
146143
}
147144
l.wg.Add(1)

plugins/blockchain/hyperchain/hyperchain.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,10 +405,8 @@ func (c *Client) GetContext() (string, error) {
405405
msg := Msg{
406406
Contract: c.contract.ContractRaw,
407407
}
408-
fmt.Println(msg)
409408

410409
bytes, err = json.Marshal(msg)
411-
fmt.Println(string(bytes))
412410

413411
return string(bytes), err
414412
}

0 commit comments

Comments
 (0)