mirror of https://github.com/Lissy93/dashy.git
🚨 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 */
|
||||
const makeRequest = (url, options, render) => {
|
||||
console.log(options);
|
||||
const {
|
||||
headers, enableInsecure, acceptCodes, maxRedirects,
|
||||
} = options;
|
||||
|
|
Loading…
Reference in New Issue