From b21fcdcb408a03c8076d6a515e4b04bebf461510 Mon Sep 17 00:00:00 2001 From: Logan Williams Date: Fri, 21 May 2021 11:02:33 +0200 Subject: [PATCH] Update index.html --- index.html | 1 - 1 file changed, 1 deletion(-) 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(`,`);