xyxie před 1 měsícem
rodič
revize
a9eb4e9688
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      models/mgodb/mgo.go

+ 1 - 1
models/mgodb/mgo.go

@@ -61,7 +61,7 @@ func (m *mgo) InsertMany(value []interface{}) (insertManyResult *mongo.InsertMan
 		return
 	}
 
-	fmt.Println("Inserted multiple documents: ", insertManyResult.InsertedIDs)
+	//fmt.Println("Inserted multiple documents: ", insertManyResult.InsertedIDs)
 	return
 }