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');