From a4cacf4d6b35ac211d98404e6de69c2ca1772435 Mon Sep 17 00:00:00 2001 From: Jose Domenech Leal Date: Tue, 26 Nov 2019 14:41:51 +0100 Subject: [PATCH] Remove debug log --- engine/attributes.go | 1 - 1 file changed, 1 deletion(-) diff --git a/engine/attributes.go b/engine/attributes.go index e636e1b4a..0d0d1e0ac 100644 --- a/engine/attributes.go +++ b/engine/attributes.go @@ -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 } }