cmd/evm: remove unused VerbosityFlag from t8ntool

This commit is contained in:
Lessa 2026-01-25 11:17:02 -05:00 committed by GitHub
parent 9a8e14e77e
commit 4fb47794f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -162,9 +162,4 @@ var (
strings.Join(vm.ActivateableEips(), ", ")),
Value: "GrayGlacier",
}
VerbosityFlag = &cli.IntFlag{
Name: "verbosity",
Usage: "sets the verbosity level",
Value: 3,
}
)