Skip to content

Commit

Permalink
Remove errant console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Kim committed Sep 24, 2016
1 parent 80f5e45 commit 1a34230
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/plugins/last_active/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ exports.register = function(plugin, options, next) {
// get lastActive for this user
request.db.users.getLastActive(userId)
.then(function(lastActive) {
console.log(lastActive);
// if no lastActive, then just update
if (!lastActive) { return true; }

Expand Down

0 comments on commit 1a34230

Please sign in to comment.