diff --git a/json_formatter.go b/json_formatter.go index c494d07..ae95040 100644 --- a/json_formatter.go +++ b/json_formatter.go @@ -93,7 +93,6 @@ func (f *JSONFormatter) Format(entry *Entry) ([]byte, error) { fileVal := fmt.Sprintf("%s:%d", entry.Caller.File, entry.Caller.Line) if f.CallerPrettyfier != nil { funcVal, fileVal = f.CallerPrettyfier(entry.Caller) - fmt.Println(funcVal, fileVal) } if funcVal != "" { data[f.FieldMap.resolve(FieldKeyFunc)] = funcVal