mirror of https://github.com/dapr/cli.git
Removed unused function
This commit is contained in:
parent
47d369d490
commit
71434c5703
|
@ -44,10 +44,6 @@ func EnableJSONFormat() {
|
|||
logAsJSON = true
|
||||
}
|
||||
|
||||
func IsJSONFormat() bool {
|
||||
return logAsJSON
|
||||
}
|
||||
|
||||
// SuccessStatusEvent reports on a success event.
|
||||
func SuccessStatusEvent(w io.Writer, fmtstr string, a ...interface{}) {
|
||||
if logAsJSON {
|
||||
|
|
Loading…
Reference in New Issue