Remove debug print

This commit is contained in:
Florian Baumann 2023-04-27 10:25:23 +02:00
parent af4af39adc
commit 030bc2c3d8

View File

@ -119,7 +119,6 @@ func Cards(rarity, set, sortby, name, oracle, cardType string, reserved, foil bo
}
cards, _ := coll.storageFind(filter, sortStage)
fmt.Println(filter)
// This is needed because collectornumbers are strings (ie. "23a") but still we
// want it to be sorted numerically ... 1,2,3,10,11,100.