[CalendarServer-changes] [13506] twext/trunk/twext/who/opendirectory/_service.py

source_changes at macosforge.org source_changes at macosforge.org
Mon May 19 16:24:05 PDT 2014


Revision: 13506
          http://trac.calendarserver.org//changeset/13506
Author:   wsanchez at apple.com
Date:     2014-05-19 16:24:05 -0700 (Mon, 19 May 2014)
Log Message:
-----------
cosmetic

Modified Paths:
--------------
    twext/trunk/twext/who/opendirectory/_service.py

Modified: twext/trunk/twext/who/opendirectory/_service.py
===================================================================
--- twext/trunk/twext/who/opendirectory/_service.py	2014-05-19 23:23:07 UTC (rev 13505)
+++ twext/trunk/twext/who/opendirectory/_service.py	2014-05-19 23:24:05 UTC (rev 13506)
@@ -980,26 +980,12 @@
             response=response
         )
 
-        # print("username = {0!r}".format(username))
-        # print("realm = {0!r}".format(realm))
-        # print("uri = {0!r}".format(uri))
-        # print("nonce = {0!r}".format(nonce))
-        # print("cnonce = {0!r}".format(cnonce))
-        # print("algorithm = {0!r}".format(algorithm))
-        # print("nc = {0!r}".format(nc))
-        # print("qop = {0!r}".format(qop))
-        # print("response = {0!r}".format(response))
-        # print("method = {0!r}".format(method))
-        # print("challenge = {0!r}".format(challenge))
-
         result, m1, m2, error = self._odRecord.verifyExtendedWithAuthenticationType_authenticationItems_continueItems_context_error_(
             ODAuthMethod.digestMD5.value,
             [username, challenge, responseArg, method],
             None, None, None
         )
 
-        # print(result, m1, m2, error)
-
         if error:
             return succeed(False)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140519/2573e711/attachment-0001.html>


More information about the calendarserver-changes mailing list