diff --git a/tests/e2e/auth/vesting/suite.go b/tests/e2e/auth/vesting/suite.go index c96cdb496f3a..ae48c7eee632 100644 --- a/tests/e2e/auth/vesting/suite.go +++ b/tests/e2e/auth/vesting/suite.go @@ -223,11 +223,6 @@ func (s *E2ETestSuite) TestNewMsgCreatePermanentLockedAccountCmd() { } func (s *E2ETestSuite) TestNewMsgCreateClawbackVestingAccountCmd() { - pwd, err := os.Getwd() - if err != nil { - log.Fatal(err) - } - fmt.Println(pwd) val := s.network.Validators[0] for _, tc := range []struct { name string