Skip to content

Commit

Permalink
fix issue in keyset
Browse files Browse the repository at this point in the history
  • Loading branch information
heswell committed Jan 24, 2024
1 parent bea149b commit 1267a84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vuu-ui/packages/vuu-utils/src/keyset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export class KeySet {
if (key === undefined) {
console.log(`key not found
keys: ${this.toDebugString()}
free : ${this.free.join(",")}
`);
throw Error(`KeySet, no key found for rowIndex ${rowIndex}`);
}
Expand Down

0 comments on commit 1267a84

Please sign in to comment.