remove unnecessary log

This commit is contained in:
Alireza Ahmadi
2023-08-27 12:17:28 +02:00
parent 8a22b088a9
commit ecff16f889

View File

@@ -95,8 +95,6 @@ func (s *XrayService) GetXrayConfig() (*xray.Config, error) {
if !clientTraffic.Enable {
clients = RemoveIndex(clients, index-indexDecrease)
indexDecrease++
logger.Info("Remove Inbound User", c["email"], "due the expire or traffic limit")
}
}