Remove debug trace

This commit is contained in:
David Bariod 2019-03-03 11:52:04 +01:00
parent ffec2f2e0a
commit 5c2b39a4f8
1 changed files with 0 additions and 1 deletions

View File

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