Skip to content

Commit ea5dea6

Browse files
committed
Remove logging
1 parent 33eb2dc commit ea5dea6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

download.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@
403403
);
404404
const data = await response.json();
405405
latest_hash = data.sha;
406-
console.log("Last Commit Hash:", latest_hash);
407406
onHashUpdate.forEach((fn) => fn());
408407
} catch (error) {
409408
console.error("Error:", error);
@@ -439,7 +438,6 @@
439438

440439
try {
441440
let url = download[1] + ".txt";
442-
console.log(url);
443441
let response = await fetch(url);
444442
let result = await response.text();
445443
result = result.split("\n");

0 commit comments

Comments
 (0)