Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyMichael committed Jan 6, 2024
1 parent ca26663 commit 3ba2274
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/kotlin/org/trackedout/client/apis/InventoryApi.kt
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,6 @@ class InventoryApi(basePath: kotlin.String = defaultBasePath, client: OkHttpClie
"Accept" to "application/json"
)

println("Card count: " + cards.size)

val requestConfig = RequestConfig(
method = RequestMethod.PUT,
path = "/inventory/overwrite-player-deck",
Expand Down

0 comments on commit 3ba2274

Please sign in to comment.