Skip to content

Commit 86d3a07

Browse files
committed
chore: logging
1 parent a905cb9 commit 86d3a07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/widgets/MainPanel.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ class MainPanel extends BaseWidget {
6363
return [];
6464
}
6565

66+
this.log('calcLines', this.sort, this.filters, this.levelFilter);
67+
6668
const sort = (lines) => {
67-
this.log('sort', this.sort);
6869
if (!this.sort) { return lines; }
6970

7071
const sorted = _.chain(lines).sortBy(this.sortKey);
@@ -234,7 +235,6 @@ class MainPanel extends BaseWidget {
234235
}
235236

236237
setMode(mode) {
237-
this.log('setmode', mode);
238238
this.mode = mode;
239239
this.emit('update');
240240
}

0 commit comments

Comments
 (0)