Commented out console logging of logs
This commit is contained in:
parent
4f6b07280a
commit
b99ade74c7
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user