diff --git a/pkg/printer/printer.go b/pkg/printer/printer.go index 6ebe63546..9cc6d26ce 100644 --- a/pkg/printer/printer.go +++ b/pkg/printer/printer.go @@ -54,9 +54,9 @@ func Warnf(fmt string, args ...interface{}) { } // Errorf is called to print/format an error. -func Errorf(fmt string, args ...interface{}) { - DefaultPrinter.Errorf(fmt, args...) -} +// func Errorf(fmt string, args ...interface{}) { +// DefaultPrinter.Errorf(fmt, args...) +// } var ( // DefaultPrinter is the default Printer, used by Debugf, Printf, and Warnf.