Remove debug log

This commit is contained in:
Jose Domenech Leal
2019-11-26 14:41:51 +01:00
parent 1e79739911
commit a4cacf4d6b

View File

@@ -78,7 +78,6 @@ func (alS *AttributeService) attributeProfileForEvent(args *AttrArgsProcessEvent
alS.cgrcfg.AttributeSCfg().PrefixIndexedFields,
alS.dm, utils.CacheAttributeFilterIndexes, utils.ConcatenatedKey(args.Tenant, utils.META_ANY),
alS.filterS.cfg.AttributeSCfg().IndexedSelects); err != nil {
fmt.Println("exit with not found")
return nil, err
}
}