Skip to content

Commit

Permalink
Turn off debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Wilson committed Jul 28, 2017
1 parent 6b2dba7 commit 7188602
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Yubikey.java
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,7 @@ else if (slot == 2)

final CommandAPDU cmd = new CommandAPDU(
CLA_ISO, INS_API_REQ, cmdN, 0, confBuf);
System.err.println(yktool.toHex(cmd.getBytes()));
final ResponseAPDU resp = chan.transmit(cmd);
System.err.println(yktool.toHex(resp.getBytes()));
if (resp.getSW() == SW_OK) {
final byte[] rd = resp.getData();
final byte oldPgmSeq = pgmSeq;
Expand Down

0 comments on commit 7188602

Please # to comment.