mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 17:18:44 +05:00
Disable debug log
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user