unnecessary log

This commit is contained in:
mhsanaei 2024-07-04 00:28:37 +02:00
parent c3b42b8ea4
commit 9ff7f14b6e

View file

@ -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
}