Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a6a0e694
authored
Feb 04, 2026
by
Seefs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The conversion path is displayed to users by default.
parent
3570bc2d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
+0
-1
model/log.go
+0
-1
No files found.
model/log.go
View file @
a6a0e694
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment