From f8cc52a930ca4e83b8e8f420d464e39dd0bedb8d Mon Sep 17 00:00:00 2001 From: tombui99 Date: Fri, 3 May 2024 16:39:20 +1000 Subject: [PATCH] Removed misleading 'Errors Detected' console log --- docker/utils.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/utils.js b/docker/utils.js index 7abf3223..7f5e7519 100644 --- a/docker/utils.js +++ b/docker/utils.js @@ -850,9 +850,7 @@ exports.getFinalEval = ( codeAuditorIssues.filter((x) => !!x.error).length === 0 && htmlErrors.length === 0 ) { - consoleBox(`No Errors Detected`, "green"); return "PASS"; } - consoleBox(`Errors Detected`, "red"); return "FAIL"; }; \ No newline at end of file