remove non-releated comment

This commit is contained in:
Kamil Dziedzic
2017-10-14 18:48:17 +02:00
parent c67354443c
commit 32827eb4b5

View File

@@ -31,20 +31,6 @@ func NewFingerprinter(keyFilters []string) *Fingerprint {
}
}
// Query is the top level map query element
// Example for MongoDB 3.2+
// "query" : {
// "find" : "col1",
// "filter" : {
// "s2" : {
// "$lt" : "54701",
// "$gte" : "73754"
// }
// },
// "sort" : {
// "user_id" : 1
// }
// }
func (f *Fingerprint) Fingerprint(doc proto.SystemProfile) (string, error) {
realQuery, err := util.GetQueryField(doc)
if err != nil {