Commit 750e4516 authored by luxq's avatar luxq

remove log

parent cd18334f
Pipeline #745 canceled with stages
...@@ -85,7 +85,7 @@ func initdata(client *mongo.Client) []interface{} { ...@@ -85,7 +85,7 @@ func initdata(client *mongo.Client) []interface{} {
panic("inserted id is not primitive.ObjectID") panic("inserted id is not primitive.ObjectID")
} }
idlist = append(idlist, id.Hex()) idlist = append(idlist, id.Hex())
fmt.Printf("insert worker %s: %v\n", id.Hex(), worker) //fmt.Printf("insert worker %s: %v\n", id.Hex(), worker)
} }
t2 := time.Now() t2 := time.Now()
fmt.Printf("init data cost %s\n", t2.Sub(t1).String()) fmt.Printf("init data cost %s\n", t2.Sub(t1).String())
......
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 to comment