diff --git a/tcgdex.ts b/tcgdex.ts index 7d5691a..703dd19 100644 --- a/tcgdex.ts +++ b/tcgdex.ts @@ -41,7 +41,6 @@ export default class TCGdex { } return setSingle.list } - console.warn("note: while it's possible to fetch every cards at once it's not recommended as it take much more time than any other requests") const req = this.rwgr(`${this.gbu()}/cards/`) const resp = await req.get() if (!resp) {