From e4812fab87a254658fe8ea15a661f3b6973e7fa0 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 17 Feb 2014 12:57:26 -0500 Subject: [PATCH] removing console.log --- src/user.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/user.js b/src/user.js index bd466f51d1..13d3669f2c 100644 --- a/src/user.js +++ b/src/user.js @@ -1034,7 +1034,6 @@ var bcrypt = require('bcryptjs'), getNotifications('uid:' + uid + ':notifications:read', 0, 9, null, next); } }, function(err, notifications) { - console.log(notifications); if(err) { return calback(err); }