mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 13:02:38 +00:00
remove console.log in rest
This commit is contained in:
parent
b8db4c4f4b
commit
f2ccef1ce5
1 changed files with 0 additions and 1 deletions
|
|
@ -56,7 +56,6 @@ class RESTManager {
|
|||
/*
|
||||
file is {file, name}
|
||||
*/
|
||||
console.log(url);
|
||||
const apiRequest = request[method](url);
|
||||
|
||||
const endpoint = url.replace(/\/[0-9]+/g, '/:id');
|
||||
|
|
|
|||
Loading…
Reference in a new issue