removed winston.err

This commit is contained in:
barisusakli
2015-02-03 21:04:31 -05:00
parent 1fe1085863
commit b7602c6e80
2 changed files with 1 additions and 6 deletions

View File

@@ -466,7 +466,7 @@ accountsController.uploadPicture = function (req, res, next) {
fs.unlink(absolutePath, function (err) {
if (err) {
winston.err(err);
winston.error(err);
}
file.saveFileToLocal(filename, 'profile', userPhoto.path, done);