Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
bitgamma committed Nov 7, 2022
1 parent a3aba74 commit e71c9d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/im/status/keycard/KeycardTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -1687,7 +1687,6 @@ private void verifyExportedKey(byte[] keyTemplate, KeyPair keyPair, byte[] chain
return;
}

System.out.println(Hex.toHexString(keyTemplate));
DeterministicKey dk = deriveKey(keyPair, chainCode, path);
ECKey key = dk.decompress();
assertEquals(KeycardApplet.TLV_KEY_TEMPLATE, keyTemplate[0]);
Expand Down

0 comments on commit e71c9d7

Please sign in to comment.