Skip to content

Commit

Permalink
Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-ki committed Oct 18, 2023
1 parent e043325 commit 411a3bb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/verificationtool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ class Verificationtool {
if (!await checkSecondDeviceParameters(this._secondDeviceLoginResponse.initialMessageDecoded.secondDeviceParameter)) {
return await this.resolveFail(ErrorType.SDPP)
}
// if (this._secondDeviceLoginResponse.ballotVoterId !== voterId) {
// return await this.resolveFail(ErrorType.VID)
// }
let validAck = false
try {
validAck = await checkSignature(this._secondDeviceLoginResponse)
Expand Down

0 comments on commit 411a3bb

Please sign in to comment.