Skip to content

Commit

Permalink
⚰️ Remove unused but initialized byteRangePlaceholder member
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuch committed Nov 24, 2023
1 parent e036f0b commit 9c04ac8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/signpdf/src/signpdf.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {
DEFAULT_BYTE_RANGE_PLACEHOLDER,
removeTrailingNewLine,
findByteRange,
SignPdfError,
Expand All @@ -16,7 +15,6 @@ export {Signer, SignPdfError};

export class SignPdf {
constructor() {
this.byteRangePlaceholder = DEFAULT_BYTE_RANGE_PLACEHOLDER;
this.lastSignature = null;
}

Expand Down

0 comments on commit 9c04ac8

Please sign in to comment.