remove commented console log

This commit is contained in:
Stephen Birarda 2016-01-19 15:50:36 -08:00 committed by Ryan Huffman
parent fcf1cdefa0
commit 413d382234

View file

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