1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00

Removed line counter for logs.

This commit is contained in:
Gunther Brunner 2014-05-21 17:31:19 +09:00
parent eb1baa4641
commit 97e106760f
4 changed files with 16 additions and 11 deletions

View file

@ -53,8 +53,8 @@ module.exports = function logcatTableDirective($rootScope, $timeout, LogcatServi
newRow.classList.add('log-' + data.priorityLabel)
newRow.insertCell(-1)
.appendChild(document.createTextNode(LogcatService.numberOfEntries))
//newRow.insertCell(-1)
// .appendChild(document.createTextNode(LogcatService.numberOfEntries))
//newRow.insertCell(-1)
// .appendChild(document.createTextNode(data.deviceLabel))
newRow.insertCell(-1)