From 99b6756861b049109564a0ac0a373f6faa86228f Mon Sep 17 00:00:00 2001 From: Alex Suttmiller Date: Sat, 16 Aug 2014 11:02:56 -0400 Subject: [PATCH] Remove redundant variable declaration --- app/controllers/users/users.password.server.controller.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/controllers/users/users.password.server.controller.js b/app/controllers/users/users.password.server.controller.js index f5b1a6b505..ae37c063c2 100644 --- a/app/controllers/users/users.password.server.controller.js +++ b/app/controllers/users/users.password.server.controller.js @@ -10,7 +10,6 @@ var _ = require('lodash'), User = mongoose.model('User'), config = require('../../../config/config'), nodemailer = require('nodemailer'), - crypto = require('crypto'), async = require('async'), crypto = require('crypto'); @@ -245,4 +244,4 @@ exports.changePassword = function(req, res, next) { message: 'User is not signed in' }); } -}; \ No newline at end of file +};