Skip to content

Commit 6a81f44

Browse files
committed
Format code: remove comment
1 parent 913e0df commit 6a81f44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

query/query_builder.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ func (b *Builder) BuildQuery(filter interface{}) (bson.M, bson.M) {
2121
}
2222
func Build(sm interface{}, resultModelType reflect.Type) (bson.M, bson.M) {
2323
var query = bson.M{}
24-
// var queryQ = bson.M{}
2524
queryQ := make([]bson.M, 0)
2625
hasQ := false
2726
var fields = bson.M{}

0 commit comments

Comments
 (0)