Skip to content

Commit

Permalink
Further cleanup of establish connection
Browse files Browse the repository at this point in the history
  • Loading branch information
ckosmowski committed Nov 16, 2018
1 parent 38dd07f commit 67ff25f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/FinTSClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,6 @@ export class FinTSClient {
}

public establishConnection(cb) {
let protocolSwitch = false;
let versStep = 1;
const originalBpd = this.bpd.clone();
originalBpd.clone = this.bpd.clone;
const originalUpd = this.upd.clone();
Expand All @@ -544,8 +542,6 @@ export class FinTSClient {
hirms: HIRMS,
}, 'Version 300 nicht unterstützt, Switch Version from FinTS to HBCI2.2');
this.protoVersion = 220;
versStep = 2;
protocolSwitch = true;
this.clear();
performStep(1);
} else {
Expand Down

0 comments on commit 67ff25f

Please sign in to comment.