Commit a6a0e694 by Seefs

The conversion path is displayed to users by default.

parent 3570bc2d
...@@ -59,7 +59,6 @@ func formatUserLogs(logs []*Log) { ...@@ -59,7 +59,6 @@ func formatUserLogs(logs []*Log) {
if otherMap != nil { if otherMap != nil {
// Remove admin-only debug fields. // Remove admin-only debug fields.
delete(otherMap, "admin_info") delete(otherMap, "admin_info")
delete(otherMap, "request_conversion")
delete(otherMap, "reject_reason") delete(otherMap, "reject_reason")
} }
logs[i].Other = common.MapToJsonStr(otherMap) logs[i].Other = common.MapToJsonStr(otherMap)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment