feat(Debug): Removendo debug
This commit is contained in:
parent
b936df520a
commit
025dd6a0c2
1 changed files with 0 additions and 2 deletions
|
|
@ -45,8 +45,6 @@ export default class API {
|
|||
// Verifica se existe body para envio
|
||||
const filteredBody = _data.body ? Object.fromEntries(Object.entries(_data.body).filter(([_, v]) => v != null && v !== "")) : null;
|
||||
|
||||
console.log("URL:: " + `${this.ApiSchema.url}${this.ApiSchema.prefix}/${this.ApiSchema.endpoint}`)
|
||||
|
||||
// Realiza a requisição
|
||||
const response = await fetch(`${this.ApiSchema.url}${this.ApiSchema.prefix}/${this.ApiSchema.endpoint}`, {
|
||||
method: _data.method,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue