Skip to content

Commit 675d9c7

Browse files
author
jerome p
committed
Remove log line
1 parent a811e73 commit 675d9c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

script/script_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package script
33
import (
44
"context"
55
"github.com/onflow/rosetta/config"
6-
"github.com/onflow/rosetta/log"
76
"testing"
87
)
98

@@ -17,7 +16,6 @@ type MockChain struct {
1716
func TestCompileComputeFees(t *testing.T) {
1817
// Initialize the chain configuration from testnet.json
1918
chain := config.Init(context.Background(), "../testnet.json")
20-
log.Infof("sdffd %s", chain.Contracts.FlowFees)
2119

2220
// Call the Compile function
2321
result := Compile("compute_fees", ComputeFees, chain)

0 commit comments

Comments
 (0)