Remove comments

This commit is contained in:
TeoV
2017-12-08 14:16:42 +02:00
committed by Dan Christian Bogos
parent 379246c416
commit 33d95b44c6

View File

@@ -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