We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c59f04a commit 3a0b7b8Copy full SHA for 3a0b7b8
1 file changed
src/main/java/org/matrixnetwork/stats2/util/Auth.java
@@ -26,7 +26,6 @@ public class Auth {
26
private PrivateKey privateKey;
27
28
private Auth() {
29
- System.out.println("generating keys");
30
Map<String, Object> rsaKeys = null;
31
32
try {
0 commit comments