removed console.table
This commit is contained in:
parent
1e4c279add
commit
4f56b078ae
@ -10937,7 +10937,6 @@
|
|||||||
function parseArticles(articles) {
|
function parseArticles(articles) {
|
||||||
let domparser = new DOMParser();
|
let domparser = new DOMParser();
|
||||||
|
|
||||||
console.table(articles)
|
|
||||||
for(const articleKey in articles){
|
for(const articleKey in articles){
|
||||||
if(articles.hasOwnProperty(articleKey)){
|
if(articles.hasOwnProperty(articleKey)){
|
||||||
let currentarticle = {};
|
let currentarticle = {};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user