Allon Mureinik has uploaded a new change for review.

Change subject: core: Remove stdout from SimpleAuthenticationCheck
......................................................................

core: Remove stdout from SimpleAuthenticationCheck

Removed an old System.out.println call from the class - it was probably
left there by mistake during debugging, and in any event has no place in
production code.

Change-Id: I1ac20e5aa5d9a8236a2a081c5cd0be68a25f724b
Signed-off-by: Allon Mureinik <amure...@redhat.com>
---
M 
backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ipa/SimpleAuthenticationCheck.java
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/21/14421/1

diff --git 
a/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ipa/SimpleAuthenticationCheck.java
 
b/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ipa/SimpleAuthenticationCheck.java
index 19866c6..93cb609 100644
--- 
a/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ipa/SimpleAuthenticationCheck.java
+++ 
b/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ipa/SimpleAuthenticationCheck.java
@@ -91,7 +91,6 @@
                 return new Pair(ReturnStatus.CANNOT_QUERY_USER, ERROR_PREFIX + 
"Cannot query user " + username + " from domain " + domain);
             } else {
                 userGuid.append((String) searchResult.get(0));
-                System.out.println("User guid is: " + userGuid.toString());
             }
         } catch (org.springframework.ldap.AuthenticationException authEx) {
             return authenticationReturnStatus(authEx, username, domain);


--
To view, visit http://gerrit.ovirt.org/14421
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1ac20e5aa5d9a8236a2a081c5cd0be68a25f724b
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amure...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to