mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Remove logs
This commit is contained in:
committed by
Dan Christian Bogos
parent
1ab8240674
commit
f728620dd7
@@ -233,7 +233,6 @@ func (self *ApierV1) ComputeFilterIndexes(args utils.ArgsComputeFilterIndexes, r
|
||||
return utils.APIErrorHandler(err)
|
||||
}
|
||||
//DispatcherProfile Indexes
|
||||
fmt.Println("Args : ", utils.ToJSON(args))
|
||||
dspIndexes, err := self.computeDispatcherIndexes(args.Tenant, args.Context, args.DispatcherIDs, transactionID)
|
||||
if err != nil && err != utils.ErrNotFound {
|
||||
return utils.APIErrorHandler(err)
|
||||
|
||||
Reference in New Issue
Block a user