From 753deb4723545a77bead58a3f2117faa417cf3a0 Mon Sep 17 00:00:00 2001 From: Niko Storni Date: Tue, 6 Aug 2019 22:58:11 +0200 Subject: [PATCH] remove unnecessary logging --- app/sockets.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/sockets.js b/app/sockets.js index a284743..daafcab 100644 --- a/app/sockets.js +++ b/app/sockets.js @@ -137,7 +137,6 @@ function generateContent(exampleNumber, displayTrendingContent) { Promise.all(rawContentCollection) .then(collection => { for (const part of collection) { - console.log(part.value.tags); if (part.value.tags.includes("mature")) continue; try {