From dd7e25202756262c5e20498412f7014576bb30c3 Mon Sep 17 00:00:00 2001 From: Avior Date: Fri, 8 Jan 2021 15:21:20 +0100 Subject: [PATCH] Remove console.warn Signed-off-by: Avior --- tcgdex.ts | 1 - 1 file changed, 1 deletion(-) 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) {