Remove sout on OTK check
This commit is contained in:
parent
f08ca2b817
commit
87aede8ff9
@ -709,11 +709,6 @@ public class delegationServices {
|
||||
serverEmail = (String) accountServer.get("Email");
|
||||
String userName = (String) accountServer.get("User");
|
||||
String serverKey = (String) accountServer.get("tempKey");
|
||||
System.out.println("Requested Password Hash: " + requestedPassword);
|
||||
System.out.println("Email Stored On Server: " + serverEmail);
|
||||
System.out.println("Email from client: " + email);
|
||||
System.out.println("otk stored on server: " + serverKey);
|
||||
System.out.println("otk from client: " + userKey);
|
||||
if (email.equalsIgnoreCase(serverEmail) && userKey.equals(serverKey)) {
|
||||
System.out.println("All Matching, lets go!");
|
||||
BasicDBObject searchQuery = new BasicDBObject();
|
||||
|
Loading…
x
Reference in New Issue
Block a user