mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-15 05:09:54 +05:00
Remove comments
This commit is contained in:
committed by
Dan Christian Bogos
parent
379246c416
commit
33d95b44c6
@@ -809,7 +809,6 @@ func (dm *DataManager) SetReqFilterIndexes(dbKey string, indexes map[string]map[
|
||||
return dm.DataDB().SetReqFilterIndexesDrv(dbKey, indexes)
|
||||
}
|
||||
|
||||
//complete here with cache
|
||||
func (dm *DataManager) MatchReqFilterIndex(dbKey, fieldName, fieldVal string) (itemIDs utils.StringMap, err error) {
|
||||
fieldValKey := utils.ConcatenatedKey(fieldName, fieldVal)
|
||||
cacheKey := dbKey + fieldValKey
|
||||
|
||||
Reference in New Issue
Block a user