From 1ae8dda8a83da466e14be70f0937b037c2b79cfe Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Sat, 13 Feb 2021 11:57:10 -0500 Subject: [PATCH] chore: extra console.log --- src/topics/thumbs.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/topics/thumbs.js b/src/topics/thumbs.js index 375f04732f..ffbbec47bd 100644 --- a/src/topics/thumbs.js +++ b/src/topics/thumbs.js @@ -97,7 +97,6 @@ Thumbs.migrate = async function (uuid, id) { // Converts the draft thumb zset to the topic zset (combines thumbs if applicable) const set = `draft:${uuid}:thumbs`; const thumbs = await db.getSortedSetRangeWithScores(set, 0, -1); - console.log(thumbs); await Promise.all(thumbs.map(async thumb => await Thumbs.associate({ id, path: thumb.value,