mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 06:38:45 +05:00
Removed loggs
This commit is contained in:
committed by
Dan Christian Bogos
parent
6f1168e1c9
commit
c186de0867
@@ -1080,7 +1080,6 @@ func (apiv1 *APIerSv1) RemoveRatingProfile(attr AttrRemoveRatingProfile, reply *
|
||||
(attr.Category != utils.EmptyString && attr.Tenant == utils.EmptyString) {
|
||||
return utils.ErrMandatoryIeMissing
|
||||
}
|
||||
utils.Logger.Debug(fmt.Sprintf("id: %v", attr.GetId()))
|
||||
_, err := guardian.Guardian.Guard(func() (interface{}, error) {
|
||||
return 0, apiv1.DataManager.RemoveRatingProfile(attr.GetId(), utils.NonTransactional)
|
||||
}, config.CgrConfig().GeneralCfg().LockingTimeout, "RemoveRatingProfile")
|
||||
|
||||
Reference in New Issue
Block a user