Browse Source

unnecessary log

mhsanaei 8 tháng trước cách đây
mục cha
commit
9ff7f14b6e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      web/service/inbound.go

+ 0 - 1
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
 }