Skip to content

Commit

Permalink
tiny cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
Everlag committed Jan 3, 2016
1 parent c670a49 commit 17fabf6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions api/Decks/decks.default.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions common/deckDB/archetypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17fabf6

Please sign in to comment.