Remove debug message

This commit is contained in:
Florian Baumann 2023-11-29 14:58:51 +01:00
parent eb46a898cc
commit c674e23d93

View File

@ -115,7 +115,6 @@ func Cards(rarity, set, sortby, name, oracle, cardType string, reserved, foil bo
if len(color) > 0 {
colorArr := strings.Split(strings.ToUpper(color), ",")
fmt.Println(colorArr)
filter = append(filter, bson.E{"coloridentity", colorArr})
}