1
0
mirror of https://git.hibas.dev/OpenServer/NodeLogging.git synced 2025-07-01 12:41:11 +00:00

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

@ -181,7 +181,6 @@ function _getCallerFile() {
current_file = err.stack.shift().getFileName();
while (err.stack.length) {
caller_file = err.stack.shift().getFileName();
console.log(caller_file);
if (current_file !== caller_file)
return path.basename(caller_file);
}

File diff suppressed because one or more lines are too long