1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-11-05 09:56:22 +00:00

Remove unused var.

This commit is contained in:
hacksalot 2016-01-10 19:02:24 -05:00
parent c8cc673ad5
commit 65c7e41c53

View File

@ -61,7 +61,6 @@ Implementation of the 'analyze' verb for HackMyResume.
(rez.meta && rez.meta.format && rez.meta.format.startsWith('FRESH')) ?
'FRESH' : 'JRS';
var padding = 20;
this.stat( HME.beforeAnalyze, { fmt: safeFormat, file: resumeObject.file });
var info = _.mapObject( nlzrs, function(val, key) {
return val.run( resumeObject.rez );