Skip to content

Commit

Permalink
Remove useless logs
Browse files Browse the repository at this point in the history
  • Loading branch information
JiepengTan committed Oct 22, 2024
1 parent 8e6ac24 commit 0de746a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions misc/dist/html/spx.html
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,6 @@ <h2 id="welcome-modal-title" class="welcome-modal-title">Important - Please read
return response.arrayBuffer();
})
.then(data => {
console.log("aaaassss12",data)
resolve(data);
})
.catch(error => {
Expand All @@ -775,7 +774,6 @@ <h2 id="welcome-modal-title" class="welcome-modal-title">Important - Please read
}

document.getElementById('startButton').onclick = function () {
console.log("aaaaaaaaaaaaaaa2")
const url = 'http://127.0.0.1:8020/demo.zip'; // TODO replace it to the real URL
const savePath = '/tmp/preload.zip';
downloadAndSaveFile(url, savePath).then(function (zipData) {
Expand Down

0 comments on commit 0de746a

Please sign in to comment.