From 0de746a9ecf96adbc3cd11124e2903b9ea1a5ee9 Mon Sep 17 00:00:00 2001 From: jiepengtan Date: Tue, 22 Oct 2024 20:12:24 +0800 Subject: [PATCH] Remove useless logs --- misc/dist/html/spx.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/misc/dist/html/spx.html b/misc/dist/html/spx.html index 8f3d66018ca3..96c51ecbdb2c 100644 --- a/misc/dist/html/spx.html +++ b/misc/dist/html/spx.html @@ -764,7 +764,6 @@

Important - Please read return response.arrayBuffer(); }) .then(data => { - console.log("aaaassss12",data) resolve(data); }) .catch(error => { @@ -775,7 +774,6 @@

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) {