mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-02 12:27:08 +01:00
Remove extraneous console.log added by Calhoun.
This commit is contained in:
@ -17,8 +17,6 @@ try {
|
||||
}
|
||||
catch( ex ) {
|
||||
|
||||
console.log(ex);
|
||||
if(ex.stack) console.log(ex.stack);
|
||||
require('./cli/error').err( ex, true );
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user