mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 00:28:44 +05:00
Clean the code
This commit is contained in:
@@ -159,13 +159,6 @@ func (alS *AttributeService) processEvent(ev *utils.CGREvent) (rply *AttrSProces
|
||||
}
|
||||
continue
|
||||
}
|
||||
// initEvVal, cast := utils.CastFieldIfToString(initEvValIf)
|
||||
// if !cast {
|
||||
// utils.Logger.Warning(
|
||||
// fmt.Sprintf("<%s> ev: %s, cannot cast field: %+v to string",
|
||||
// utils.AttributeS, ev, fldName))
|
||||
// continue
|
||||
// }
|
||||
attrVal, has := intialMp[initEvValIf]
|
||||
if !has {
|
||||
attrVal, has = intialMp[utils.ANY]
|
||||
|
||||
Reference in New Issue
Block a user