Skip to content

Commit

Permalink
Update lib/av_client/connectors/voter_authorization_coordinator.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Laursen <[email protected]>
  • Loading branch information
av-mads and av-martin authored Jan 31, 2024
1 parent b8159e2 commit 1063860
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/av_client/connectors/voter_authorization_coordinator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ export default class VoterAuthorizationCoordinator {
* @returns
*/
createSession(opaqueVoterId: string, email: string, ballotReference?: string): Promise<AxiosResponse> {
console.log(ballotReference);

return this.backend.post('create_session', {
electionContextUuid: this.electionContextUuid,
opaqueVoterId: opaqueVoterId,
Expand Down

0 comments on commit 1063860

Please sign in to comment.