Commit 9402d91e by mushishixian

remove debug

parent 94f2cedf
Showing with 0 additions and 2 deletions
......@@ -6,7 +6,6 @@ import (
"bom_server/internal/model"
"context"
"encoding/json"
"fmt"
es "gopkg.in/olivere/elastic.v5"
"regexp"
"strings"
......@@ -103,7 +102,6 @@ func getSearchParams(index string, bomItem model.BomItem, sort int, flag bool) (
}
source = source.From(0).Size(1)
searchRequest = es.NewSearchRequest().Source(source)
fmt.Println(searchRequest.Body())
return searchRequest
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment