Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomebodywashere <68244480+somebodywashere@users.noreply.github.com>2024-02-10 13:40:39 +0300
committerGitHub <noreply@github.com>2024-02-10 13:40:39 +0300
commit3a1be63a401c5688e57430474971d66dd0d577f9 (patch)
treee3d5d6d1decff31cccf17a35d862c0af83aa81ef /xray/process.go
parent4daaf0a647564aa51719259b1d4bce69503fe1d7 (diff)
some log changes (#1789)
* some logs changes * removed some empty lines
Diffstat (limited to 'xray/process.go')
-rw-r--r--xray/process.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/xray/process.go b/xray/process.go
index 093cf69d..e37a0649 100644
--- a/xray/process.go
+++ b/xray/process.go
@@ -41,10 +41,6 @@ func GetIPLimitLogPath() string {
return config.GetLogFolder() + "/3xipl.log"
}
-func GetIPLimitPrevLogPath() string {
- return config.GetLogFolder() + "/3xipl.prev.log"
-}
-
func GetIPLimitBannedLogPath() string {
return config.GetLogFolder() + "/3xipl-banned.log"
}