]> WPIA git - gigi.git/blobdiff - tests/org/cacert/gigi/testUtils/TestEmailReciever.java
Remove the "approving mbox"-debug-text
[gigi.git] / tests / org / cacert / gigi / testUtils / TestEmailReciever.java
index fca0a095a2c2c3d9b81109f03bdcf06bcd3d4045..58b4b89ce6b441533f089d1164298384524a299f 100644 (file)
@@ -81,10 +81,8 @@ public class TestEmailReciever implements Runnable {
                                } else if (type.equals("challengeAddrBox")) {
                                        String email = dis.readUTF();
                                        if (approveRegex.matcher(email).matches()) {
-                                               System.out.println("approving mbox: " + email);
                                                dos.writeUTF("OK");
                                        } else {
-                                               System.out.println("rejecting mbox: " + email);
                                                dos.writeUTF("FAIL");
                                        }
                                        dos.flush();