diff --git a/itests/eth_deploy_test.go b/itests/eth_deploy_test.go index 8d36fa15c..2b297e699 100644 --- a/itests/eth_deploy_test.go +++ b/itests/eth_deploy_test.go @@ -4,7 +4,6 @@ import ( "context" "encoding/hex" "encoding/json" - "fmt" "os" "reflect" "strconv" @@ -97,7 +96,6 @@ func TestDeployment(t *testing.T) { require.NoError(t, err) hash := client.EVM().SubmitTransaction(ctx, &tx) - fmt.Println(hash) mpoolTx, err := client.EthGetTransactionByHash(ctx, &hash) require.NoError(t, err)