diff --git a/index.html b/index.html
index 6ba806e..b9f0ca3 100644
--- a/index.html
+++ b/index.html
@@ -10937,7 +10937,6 @@
function parseArticles(articles) {
let domparser = new DOMParser();
- console.table(articles)
for(const articleKey in articles){
if(articles.hasOwnProperty(articleKey)){
let currentarticle = {};