Remove console.warn

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2021-01-08 15:21:20 +01:00
parent c4fff9b370
commit dd7e252027
Signed by: Florian Bouillon
GPG Key ID: 50BD648F12C86AB6

View File

@ -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<CardList>(`${this.gbu()}/cards/`)
const resp = await req.get()
if (!resp) {