Skip to content

Commit 10646f2

Browse files
committed
fix: fix Security vulnerability
Signed-off-by: Xinwei Xiong (cubxxw) <[email protected]>
1 parent 0992a36 commit 10646f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/common/db/unrelation/mongo.go

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ type Mongo struct {
4646
func NewMongo() (*Mongo, error) {
4747
specialerror.AddReplace(mongo.ErrNoDocuments, errs.ErrRecordNotFound)
4848
uri := buildMongoURI()
49-
fmt.Println("mongo:", uri)
5049

5150
var mongoClient *mongo.Client
5251
var err error

0 commit comments

Comments
 (0)