From f66349d6132c0d038fa6805139c5be5b83275cdc Mon Sep 17 00:00:00 2001 From: Niko Storni Date: Tue, 6 Aug 2019 22:58:53 +0200 Subject: [PATCH] woops... one more --- app/sockets.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/sockets.js b/app/sockets.js index daafcab..f7344ed 100644 --- a/app/sockets.js +++ b/app/sockets.js @@ -126,7 +126,6 @@ function generateContent(exampleNumber, displayTrendingContent) { const trendingContentData = response.data; for (const data of trendingContentData) { - console.log(data); rawContentCollection.push(fetchMetadata({ claim: data.url, example: exampleNumber,