Skip to content

Commit

Permalink
unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
MHSanaei committed Jul 3, 2024
1 parent c3b42b8 commit 9ff7f14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/service/inbound.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 9ff7f14

Please sign in to comment.