Skip to content

Commit 0075767

Browse files
committed
Remove unused comments
Signed-off-by: Itay Dafna <[email protected]>
1 parent 1638d88 commit 0075767

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/datagrid.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,6 @@ export class DataGridView extends DOMWidgetView {
507507
console.log(area, padding, numCols);
508508

509509
// Call resize function
510-
//@ts-ignore
511510
this.grid.grid.fitColumnNames(area, padding, numCols);
512511
}
513512

0 commit comments

Comments
 (0)