From 4f56b078ae2cb91c41a623e5acb7d6488d393520 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Sat, 28 Aug 2021 19:09:25 +0530 Subject: [PATCH] removed console.table --- index.html | 1 - 1 file changed, 1 deletion(-) 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 = {};