Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrunyon committed Aug 20, 2024
1 parent cbed7a1 commit 0b8903e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/iris-grid/src/IrisGridTableModelTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1174,11 +1174,6 @@ class IrisGridTableModelTemplate<
const column = columns[c];

const index = this.getColumnIndexByName(column.name);
// console.log(column.name, index);
// if (index == null) {
// continue;
// }
// assertNotNull(index);
data.set(index ?? column.name, {
value: row.get(column),
format: row.getFormat(column),
Expand Down

0 comments on commit 0b8903e

Please sign in to comment.