Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 committed May 1, 2020
1 parent 58b5f99 commit 1ce3212
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/application/src/actions/user/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ module.exports = {
throw err;
}
doc.set('lastSeen', new Date());
console.log('HERE!!');
return doc.save();
},
};

0 comments on commit 1ce3212

Please sign in to comment.