Remove debug message
This commit is contained in:
parent
eb46a898cc
commit
c674e23d93
@ -115,7 +115,6 @@ func Cards(rarity, set, sortby, name, oracle, cardType string, reserved, foil bo
|
|||||||
|
|
||||||
if len(color) > 0 {
|
if len(color) > 0 {
|
||||||
colorArr := strings.Split(strings.ToUpper(color), ",")
|
colorArr := strings.Split(strings.ToUpper(color), ",")
|
||||||
fmt.Println(colorArr)
|
|
||||||
filter = append(filter, bson.E{"coloridentity", colorArr})
|
filter = append(filter, bson.E{"coloridentity", colorArr})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user