mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +00:00
Remove extraneous console.log added by Calhoun.
This commit is contained in:
parent
d12e970af5
commit
165eb5d9cd
@ -17,8 +17,6 @@ try {
|
|||||||
}
|
}
|
||||||
catch( ex ) {
|
catch( ex ) {
|
||||||
|
|
||||||
console.log(ex);
|
|
||||||
if(ex.stack) console.log(ex.stack);
|
|
||||||
require('./cli/error').err( ex, true );
|
require('./cli/error').err( ex, true );
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user