mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-07 17:29:44 +02:00
Remove println statements
This commit is contained in:
parent
38c5a947dd
commit
9360b0e8ce
1 changed files with 0 additions and 4 deletions
|
@ -41,10 +41,6 @@ public class MergeCertsTest extends AbstractSOPTest {
|
|||
.baseCertificates(cert)
|
||||
.getBytes();
|
||||
|
||||
System.out.println("cert");
|
||||
System.out.println(new String(sop.armor().data(cert).getBytes()));
|
||||
System.out.println("merged");
|
||||
System.out.println(new String(sop.armor().data(merged).getBytes()));
|
||||
assertArrayEquals(cert, merged);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue