diff --git a/index.html b/index.html
index cf9102a..aaba461 100644
--- a/index.html
+++ b/index.html
@@ -50,7 +50,6 @@
})
.then(function (text) {
text = text.replaceAll("\\", "");
- console.log(text);
var split = text.split(`"createTime":`);
split = split[1].split(`,`);