remove refrences to decode_cred()
[sfa.git] / sfa / server / componentserver.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
 
     ##