removing debug message output...

This commit is contained in:
2017-10-21 12:47:20 +02:00
parent f8034d9758
commit 8f4b7c19e0
4 changed files with 2 additions and 4 deletions

View File

@ -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) { }