mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-10-28 19:02:51 +00:00
fix comments 2
This commit is contained in:
parent
1133d56d9c
commit
fce7f1213d
1 changed files with 2 additions and 2 deletions
|
|
@ -511,12 +511,12 @@ func (s *ServerService) GetXrayLogs(
|
|||
line := strings.TrimSpace(scanner.Text())
|
||||
|
||||
if line == "" || strings.Contains(line, "api -> api") {
|
||||
//skipping api calls and empty lines
|
||||
//skipping empty lines and api calls
|
||||
continue
|
||||
}
|
||||
|
||||
if filter != "" && !strings.Contains(line, filter) {
|
||||
//applying filter is it's not empty
|
||||
//applying filter if it's not empty
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue