From c69778527044db00bf7083bd01582b7763ae096e Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 29 Oct 2015 15:55:20 -0400 Subject: [PATCH] console.log --- src/controllers/accounts/profile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controllers/accounts/profile.js b/src/controllers/accounts/profile.js index 40d7fe5367..7ecca84789 100644 --- a/src/controllers/accounts/profile.js +++ b/src/controllers/accounts/profile.js @@ -75,7 +75,6 @@ profileController.get = function(req, res, callback) { userData['cover:url'] = userData['cover:url'] || require('../../coverPhoto').getDefaultProfileCover(userData.uid); userData['cover:position'] = userData['cover:position'] || '50% 50%'; - console.log(userData['cover:url']); if (!userData.profileviews) { userData.profileviews = 1;