Skip to content

Commit

Permalink
Removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rpanic authored Jan 22, 2024
1 parent 8519745 commit 37bfdb4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/library/src/math/UInt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ export abstract class UIntX<This extends UIntX<any>> extends Struct({
if (bits === 256) {
throw errors.usageWith256BitsForbidden();
}

// this.NUM_BITS = bits;
}

/**
Expand Down

0 comments on commit 37bfdb4

Please sign in to comment.