From 1ce321205215d3b7bc93be9d8d31381df34b6c6f Mon Sep 17 00:00:00 2001 From: Jacob Bare Date: Fri, 1 May 2020 12:01:16 -0500 Subject: [PATCH] Remove console log --- services/application/src/actions/user/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/services/application/src/actions/user/index.js b/services/application/src/actions/user/index.js index e9b8db89..8b671150 100644 --- a/services/application/src/actions/user/index.js +++ b/services/application/src/actions/user/index.js @@ -40,7 +40,6 @@ module.exports = { throw err; } doc.set('lastSeen', new Date()); - console.log('HERE!!'); return doc.save(); }, };