mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 23:12:16 +02:00
remove commented console log
This commit is contained in:
parent
fcf1cdefa0
commit
413d382234
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ ready = function() {
|
|||
var logTail = new Tail(cleanFilePath, '\n', { start: 0, interval: 500 });
|
||||
|
||||
logTail.on('line', function(msg) {
|
||||
// console.log('msg', msg, stream);
|
||||
appendLogMessage(0, msg, stream);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue