From 3a1be63a401c5688e57430474971d66dd0d577f9 Mon Sep 17 00:00:00 2001 From: somebodywashere <68244480+somebodywashere@users.noreply.github.com> Date: Sat, 10 Feb 2024 13:40:39 +0300 Subject: some log changes (#1789) * some logs changes * removed some empty lines --- xray/process.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'xray') 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" } -- cgit v1.2.3