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:
authormhsanaei <ho3ein.sanaei@gmail.com>2024-07-04 01:28:37 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-07-04 01:28:37 +0300
commit9ff7f14b6e8c3d209d30f8824527f8235434f8e4 (patch)
tree8cf322700bd83a6efe688fbe5e0b413d9b359b40
parentc3b42b8ea4a971498db33901138efcc9101dc156 (diff)
unnecessary log
-rw-r--r--web/service/inbound.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/service/inbound.go b/web/service/inbound.go
index f70fdb35..a1d00ad9 100644
--- a/web/service/inbound.go
+++ b/web/service/inbound.go
@@ -1134,7 +1134,6 @@ func (s *InboundService) DelClientStat(tx *gorm.DB, email string) error {
}
func (s *InboundService) DelClientIPs(tx *gorm.DB, email string) error {
- logger.Warning(email)
return tx.Where("client_email = ?", email).Delete(model.InboundClientIps{}).Error
}