Skip to content

Commit 5d734d5

Browse files
committed
fix: code cleanup
1 parent 51b3aa5 commit 5d734d5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/body-renderer.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,7 @@ export default class BodyRenderer {
144144
const style = window.getComputedStyle(this.instance.header);
145145
const matrix = new DOMMatrixReadOnly(style.transform);
146146
const width = (-matrix.m41) + this.instance.header.clientWidth;
147-
console.log(width);
148147
const height = this.bodyScrollable.clientHeight;
149-
console.log(width);
150148
return `
151149
<div
152150
class="dt-scrollable__no-data"

0 commit comments

Comments
 (0)