From 4932a86f3c54fb1a25bbe531ba1ab57d922aa26b Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 3 Apr 2022 16:04:01 +0100 Subject: [PATCH] :rotating_light: Removes rougue console.log (#581) --- services/status-check.js | 1 - 1 file changed, 1 deletion(-) diff --git a/services/status-check.js b/services/status-check.js index 1c725eb4..dae37785 100644 --- a/services/status-check.js +++ b/services/status-check.js @@ -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;