diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-07-04 01:28:37 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-07-04 01:28:37 +0300 |
| commit | 9ff7f14b6e8c3d209d30f8824527f8235434f8e4 (patch) | |
| tree | 8cf322700bd83a6efe688fbe5e0b413d9b359b40 | |
| parent | c3b42b8ea4a971498db33901138efcc9101dc156 (diff) | |
unnecessary log
| -rw-r--r-- | web/service/inbound.go | 1 |
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 } |
