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

Remove extraneous console.log added by Calhoun.

This commit is contained in:
hacksalot 2016-01-25 20:57:21 -05:00
parent d12e970af5
commit 165eb5d9cd

View File

@ -17,8 +17,6 @@ try {
}
catch( ex ) {
console.log(ex);
if(ex.stack) console.log(ex.stack);
require('./cli/error').err( ex, true );
}