Commented out console logging of logs

This commit is contained in:
db-2001 2024-02-11 18:41:21 -05:00
parent 4f6b07280a
commit b99ade74c7

View File

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