From 00fff8a67d34bedeb6296a23b4fe82c174245e00 Mon Sep 17 00:00:00 2001 From: keyan Date: Fri, 24 Sep 2021 18:06:32 -0500 Subject: [PATCH] remove logging --- api/resolvers/notifications.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/resolvers/notifications.js b/api/resolvers/notifications.js index 7b1701cb..2e302175 100644 --- a/api/resolvers/notifications.js +++ b/api/resolvers/notifications.js @@ -42,8 +42,6 @@ export default { date_trunc('hour', "Vote".created_at) order by created_at desc; */ - console.log(decodedCursor.time) - let notifications = await models.$queryRaw(` SELECT ${ITEM_FIELDS}, "Item".created_at as "sortTime", NULL as "earnedSats", false as mention