diff --git a/api/Decks/decks.default.env b/api/Decks/decks.default.env index b3af581..f43bdd0 100755 --- a/api/Decks/decks.default.env +++ b/api/Decks/decks.default.env @@ -4,9 +4,6 @@ # # Production should specify centralized locations for this content. -# AllCards-x.json and AllSets-x.json location -MTGJSON=. - # postgres.config.json location POSTGRES_CONFIG=. # server.crt location diff --git a/common/deckDB/archetypes.go b/common/deckDB/archetypes.go index 9df1597..4bfaa7f 100755 --- a/common/deckDB/archetypes.go +++ b/common/deckDB/archetypes.go @@ -59,8 +59,6 @@ func GetArchetypeLatest(pool *pgx.ConnPool, if err!=nil { return nil, err } - - fmt.Println(archetypes, "\n", presentCards, "\n", excludedCards) d:= deckData.Deck{Name: name} // We don't want the deckid exposed to the caller