remove commented line from log.js

This commit is contained in:
Stephen Birarda 2016-01-19 15:52:32 -08:00 committed by Ryan Huffman
parent a64305c993
commit 00eefa3ad1

View file

@ -161,7 +161,6 @@ ready = function() {
var size = ++tabStates[id].size;
if (size > maxLogLines) {
// $logLines.first().remove();
$pidLog.find('div.log-line:first').remove();
removed = true;
}