The conversion path is displayed to users by default.

This commit is contained in:
Seefs
2026-02-04 02:17:30 +08:00
parent dd467ed592
commit d8d1f141c2

View File

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