The conversion path is displayed to users by default.
This commit is contained in:
parent
3570bc2d83
commit
a6a0e694b2
@ -59,7 +59,6 @@ func formatUserLogs(logs []*Log) {
|
||||
if otherMap != nil {
|
||||
// Remove admin-only debug fields.
|
||||
delete(otherMap, "admin_info")
|
||||
delete(otherMap, "request_conversion")
|
||||
delete(otherMap, "reject_reason")
|
||||
}
|
||||
logs[i].Other = common.MapToJsonStr(otherMap)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user