commands: clean up unnecessary code

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi
2021-11-22 23:57:42 -08:00
parent 89334a88a9
commit cc2a879660
2 changed files with 1 additions and 4 deletions

View File

@ -393,7 +393,6 @@ func checkWarnedFlags(f *pflag.Flag) {
switch t {
case "flag-warn":
logrus.Warn(m[0])
break
}
}
}