Skip to content

Commit

Permalink
Commented out log
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Jun 23, 2023
1 parent 4aac6a7 commit c45acae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contract/table-cursor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class TableCursor<TableRow> {
const fieldToIndexMapping = await this.table.getFieldToIndex()

if (!fieldToIndexMapping[this.indexPositionField]) {
console.log({fieldToIndexMapping, indexPositionField: this.indexPositionField})
// console.log({fieldToIndexMapping, indexPositionField: this.indexPositionField})
throw new Error(`Field ${this.indexPositionField} is not a valid index.`)
}

Expand Down

0 comments on commit c45acae

Please sign in to comment.