From 84954a9fe6acbfeb6562b914461bcc8ecdea82aa Mon Sep 17 00:00:00 2001 From: gheorghestrimtu Date: Mon, 27 May 2024 22:03:44 +0300 Subject: [PATCH] remove debug line --- integration-tests/smoke/ocr2_test.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/integration-tests/smoke/ocr2_test.go b/integration-tests/smoke/ocr2_test.go index c08cede21c9..7ca7b01fb36 100644 --- a/integration-tests/smoke/ocr2_test.go +++ b/integration-tests/smoke/ocr2_test.go @@ -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" @@ -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")