diff --git a/cmd/common.go b/cmd/common.go index b406eda..a2f51a5 100644 --- a/cmd/common.go +++ b/cmd/common.go @@ -56,11 +56,6 @@ func runChecks(t check.NodeType) { var file string warns := verifyNodeType(t) - if len(warns) > 0 { - for _, w := range warns { - colorPrint(check.WARN, w) - } - } switch t { case check.MASTER: