We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edad7fd commit 4932a86Copy full SHA for 4932a86
services/status-check.js
@@ -29,7 +29,6 @@ const makeErrorMessage2 = (data) => '❌ Service Error - '
29
30
/* Kicks of a HTTP request, then formats and renders results */
31
const makeRequest = (url, options, render) => {
32
- console.log(options);
33
const {
34
headers, enableInsecure, acceptCodes, maxRedirects,
35
} = options;
0 commit comments