🚨 Removes rougue console.log (#581)
This commit is contained in:
parent
edad7fde41
commit
4932a86f3c
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue