diff --git a/api/graphql.go b/api/graphql.go index f044a87..4725fc8 100644 --- a/api/graphql.go +++ b/api/graphql.go @@ -174,7 +174,7 @@ func NewSchema(config Config) (graphql.Schema, error) { sortedCenters[i] = c.center } - fmt.Println("聚类后的颜色数量:", clusters) + //fmt.Println("聚类后的颜色数量:", clusters) if err := db.Table("web_images").Where("id = ?", item.ID).Updates(map[string]interface{}{ "color_0_r": sortedCenters[0].R,