Skip to content

Commit 4932a86

Browse files
committed
🚨 Removes rougue console.log (#581)
1 parent edad7fd commit 4932a86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/status-check.js

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ const makeErrorMessage2 = (data) => '❌ Service Error - '
2929

3030
/* Kicks of a HTTP request, then formats and renders results */
3131
const makeRequest = (url, options, render) => {
32-
console.log(options);
3332
const {
3433
headers, enableInsecure, acceptCodes, maxRedirects,
3534
} = options;

0 commit comments

Comments
 (0)