mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-15 05:09:54 +05:00
No more unused loggers
This commit is contained in:
@@ -1950,7 +1950,6 @@ func (dm *DataManager) SetSupplierProfile(supp *SupplierProfile, withIndex bool)
|
||||
if withIndex {
|
||||
if oldSup != nil {
|
||||
var needsRemove bool
|
||||
utils.Logger.Crit(fmt.Sprintf("verifica needsRemove pt supp.ID: %v si oldSup.FilterIDs: %v", oldSup.ID, oldSup.FilterIDs))
|
||||
for _, fltrID := range oldSup.FilterIDs {
|
||||
if !utils.IsSliceMember(supp.FilterIDs, fltrID) {
|
||||
needsRemove = true
|
||||
|
||||
Reference in New Issue
Block a user