mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-04-22 10:42:10 +00:00
Remove console.warn
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
c4fff9b370
commit
dd7e252027
@ -41,7 +41,6 @@ export default class TCGdex {
|
|||||||
}
|
}
|
||||||
return setSingle.list
|
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 req = this.rwgr<CardList>(`${this.gbu()}/cards/`)
|
||||||
const resp = await req.get()
|
const resp = await req.get()
|
||||||
if (!resp) {
|
if (!resp) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user