From 74f6c7b6ab7fb4a7ad4f10db72a153417d29a848 Mon Sep 17 00:00:00 2001 From: chray-zhang Date: Fri, 25 Oct 2024 00:27:08 -0400 Subject: [PATCH] Removed comments --- integration-tests/common/gauntlet_common.go | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/integration-tests/common/gauntlet_common.go b/integration-tests/common/gauntlet_common.go index 6174f56d8..173b64dc5 100644 --- a/integration-tests/common/gauntlet_common.go +++ b/integration-tests/common/gauntlet_common.go @@ -109,22 +109,7 @@ func (m *OCRv2TestState) DeployGauntlet(minSubmissionValue int64, maxSubmissionV return err } - // done. Need to test - // err = m.deployLinkToken() - // if err != nil { - // return err - // } - - // Sleep - fmt.Println("RPC URL" + m.Common.RPCDetails.RPCL2External) - fmt.Println("Account: " + m.Account.Account) - fmt.Println("PrivateKEy: " + m.Account.PrivateKey) - err = m.declareLinkToken() - if err != nil { - return err - } - - err = m.deployLinkTokenWithGpp() + err = m.deployLinkToken() if err != nil { return err }