remove unnecessary logging

This commit is contained in:
Niko Storni 2019-08-06 22:58:11 +02:00
parent 3e2e6afbc7
commit 753deb4723

View file

@ -137,7 +137,6 @@ function generateContent(exampleNumber, displayTrendingContent) {
Promise.all(rawContentCollection) Promise.all(rawContentCollection)
.then(collection => { .then(collection => {
for (const part of collection) { for (const part of collection) {
console.log(part.value.tags);
if (part.value.tags.includes("mature")) if (part.value.tags.includes("mature"))
continue; continue;
try { try {