Skip to content

Commit

Permalink
remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
gheorghestrimtu committed May 27, 2024
1 parent 87bb72f commit 84954a9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions integration-tests/smoke/ocr2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
"time"

"github.com/ethereum/go-ethereum/common"
"github.com/pelletier/go-toml/v2"
"github.com/rs/zerolog"
"github.com/smartcontractkit/seth"
"github.com/stretchr/testify/require"
Expand Down Expand Up @@ -145,11 +144,6 @@ func prepareORCv2SmokeTestEnv(t *testing.T, testData ocr2test, l zerolog.Logger,
t.Fatal(err)
}

content, err := toml.Marshal(config)
require.NoError(t, err, "Error marshalling config")

fmt.Println(string(content))

privateNetwork, err := actions.EthereumNetworkConfigFromConfig(l, &config)
require.NoError(t, err, "Error building ethereum network config")

Expand Down

0 comments on commit 84954a9

Please sign in to comment.