mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 23:12:36 +02:00
remove commented line from log.js
This commit is contained in:
parent
a64305c993
commit
00eefa3ad1
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue