remove refrences to decode_cred()
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Wed, 26 Oct 2011 19:27:39 +0000 (15:27 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Wed, 26 Oct 2011 19:27:39 +0000 (15:27 -0400)
sfa/server/componentserver.py
sfa/server/sfaserver.py

index 70e3dac..eb97c7d 100644 (file)
@@ -115,8 +115,6 @@ class ComponentServer(threading.Thread):
     # that was passed to it.
 
     def noop(self, cred, anything):
-        self.decode_authentication(cred)
-
         return anything
 
     ##
index 8873e86..d6123ea 100644 (file)
@@ -56,7 +56,6 @@ class SfaServer(threading.Thread):
     # that was passed to it.
 
     def noop(self, cred, anything):
-        self.decode_authentication(cred)
         return anything
 
     ##