Removed unused function

This commit is contained in:
Phil Kedy 2021-03-16 17:29:46 -04:00
parent 47d369d490
commit 71434c5703
1 changed files with 0 additions and 4 deletions

View File

@ -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 {