remove unnecessary logging
This commit is contained in:
parent
3e2e6afbc7
commit
753deb4723
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue