mirror of
https://github.com/Lissy93/dashy.git
synced 2024-11-27 00:28:09 +03:00
🚨 Removes rougue console.log (#581)
This commit is contained in:
parent
edad7fde41
commit
4932a86f3c
@ -29,7 +29,6 @@ const makeErrorMessage2 = (data) => '❌ Service Error - '
|
|||||||
|
|
||||||
/* Kicks of a HTTP request, then formats and renders results */
|
/* Kicks of a HTTP request, then formats and renders results */
|
||||||
const makeRequest = (url, options, render) => {
|
const makeRequest = (url, options, render) => {
|
||||||
console.log(options);
|
|
||||||
const {
|
const {
|
||||||
headers, enableInsecure, acceptCodes, maxRedirects,
|
headers, enableInsecure, acceptCodes, maxRedirects,
|
||||||
} = options;
|
} = options;
|
||||||
|
Loading…
Reference in New Issue
Block a user