xyxie 1 ヶ月 前
コミット
a9eb4e9688
1 ファイル変更1 行追加1 行削除
  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
 }