From b99ade74c7f81f9f93fdfe1c4130f1529d7bb2a5 Mon Sep 17 00:00:00 2001 From: db-2001 Date: Sun, 11 Feb 2024 18:41:21 -0500 Subject: [PATCH] Commented out console logging of logs --- Website/apiConnector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Website/apiConnector.js b/Website/apiConnector.js index 3249f9e..35867b2 100644 --- a/Website/apiConnector.js +++ b/Website/apiConnector.js @@ -214,7 +214,7 @@ async function DownloadLogs() { ) .then((result) => { // Do things with result - console.log(result); + //console.log(result); //Below download taken from https://stackoverflow.com/questions/3665115/how-to-create-a-file-in-memory-for-user-to-download-but-not-through-server var element = document.createElement('a');