removing debug message output...
This commit is contained in:
@ -190,7 +190,6 @@ function _getCallerFile() {
|
||||
|
||||
while (err.stack.length) {
|
||||
caller_file = (<any>err.stack).shift().getFileName();
|
||||
console.log(caller_file);
|
||||
if (current_file !== caller_file) return path.basename(caller_file);
|
||||
}
|
||||
} catch (err) { }
|
||||
|
Reference in New Issue
Block a user