From 6011399063f08c3d2294b28382d8c4843b5ba39f Mon Sep 17 00:00:00 2001 From: barisusakli Date: Thu, 13 Mar 2014 18:50:57 -0400 Subject: [PATCH] removed comment --- src/user.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/user.js b/src/user.js index fcabfbb0de..0be4ae124c 100644 --- a/src/user.js +++ b/src/user.js @@ -212,7 +212,6 @@ var bcrypt = require('bcryptjs'), } if (user.picture === user.uploadedpicture) { - // Append relative url user.picture = nconf.get('relative_path') + user.picture; } }