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;