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