Skip to content

Commit 96741db

Browse files
committed
Remove debug log statement.
1 parent 3aef625 commit 96741db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/exceptions-table/top-exceptions-table.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ export class TopExceptionsTable extends LitElement {
9494
}
9595

9696
private renderTable() {
97-
console.debug("top resources", this.topResources);
98-
9997
return html`
10098
<div class="table-container">
10199
<table>

0 commit comments

Comments
 (0)