summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2007-12-10 11:54:42 -0500
committerRob Crittenden <rcritten@redhat.com>2007-12-10 11:54:42 -0500
commitc95550a16491c409459b3b4e1d0bf4f76954c568 (patch)
tree5e4630048a661ded2a4ad3b2a465fe6c3c518212
parent059e8f00ef89bcbb9027a7ac95fffbfb770c836d (diff)
downloadfreeipa.git-c95550a16491c409459b3b4e1d0bf4f76954c568.tar.gz
freeipa.git-c95550a16491c409459b3b4e1d0bf4f76954c568.tar.xz
freeipa.git-c95550a16491c409459b3b4e1d0bf4f76954c568.zip
Remove some debugging statements
-rw-r--r--ipa-server/xmlrpc-server/funcs.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipa-server/xmlrpc-server/funcs.py b/ipa-server/xmlrpc-server/funcs.py
index 485b6e25..8a49488b 100644
--- a/ipa-server/xmlrpc-server/funcs.py
+++ b/ipa-server/xmlrpc-server/funcs.py
@@ -1425,8 +1425,6 @@ class IPAServer:
#
exact_match_filter = "(&(objectclass=krbPrincipalAux)(!(objectClass=person))(!(krbprincipalname=kadmin/*))%s)" % exact_match_filter
partial_match_filter = "(&(objectclass=krbPrincipalAux)(!(objectClass=person))(!(krbprincipalname=kadmin/*))%s)" % partial_match_filter
- print exact_match_filter
- print partial_match_filter
conn = self.getConnection(opts)
try: