Disable debug log

This commit is contained in:
DanB
2015-04-16 08:49:28 +02:00
parent 27bb4b831a
commit b0e3e292b4

View File

@@ -740,7 +740,7 @@ func (cd *CallDescriptor) GetLCR(stats StatsInterface) (*LCRCost, error) {
//log.Print("KEY: ", ratingProfileSearchKey)
suppliers := cache2go.GetEntriesKeys(RATING_PROFILE_PREFIX + ratingProfileSearchKey)
for _, supplier := range suppliers {
log.Print("Supplier: ", supplier)
//log.Print("Supplier: ", supplier)
split := strings.Split(supplier, ":")
supplier = split[len(split)-1]
lcrCD := cd.Clone()