]> WPIA git - gigi.git/commitdiff
Remove the "approving mbox"-debug-text
authorFelix Dörre <felix@dogcraft.de>
Thu, 3 Jul 2014 22:51:39 +0000 (00:51 +0200)
committerFelix Dörre <felix@dogcraft.de>
Thu, 3 Jul 2014 22:51:39 +0000 (00:51 +0200)
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()) {
                                } else if (type.equals("challengeAddrBox")) {
                                        String email = dis.readUTF();
                                        if (approveRegex.matcher(email).matches()) {
-                                               System.out.println("approving mbox: " + email);
                                                dos.writeUTF("OK");
                                        } else {
                                                dos.writeUTF("OK");
                                        } else {
-                                               System.out.println("rejecting mbox: " + email);
                                                dos.writeUTF("FAIL");
                                        }
                                        dos.flush();
                                                dos.writeUTF("FAIL");
                                        }
                                        dos.flush();