xyxie 1 mesiac pred
rodič
commit
a9eb4e9688
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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
 }