Skip to content

Commit

Permalink
🚨 Removes rougue console.log (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Apr 3, 2022
1 parent edad7fd commit 4932a86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/status-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4932a86

Please sign in to comment.