remove debug code
This commit is contained in:
parent
a3aba74ffa
commit
e71c9d7f49
|
@ -1687,7 +1687,6 @@ public class KeycardTest {
|
|||
return;
|
||||
}
|
||||
|
||||
System.out.println(Hex.toHexString(keyTemplate));
|
||||
DeterministicKey dk = deriveKey(keyPair, chainCode, path);
|
||||
ECKey key = dk.decompress();
|
||||
assertEquals(KeycardApplet.TLV_KEY_TEMPLATE, keyTemplate[0]);
|
||||
|
|
Loading…
Reference in New Issue