* tried to put some sense in the way things get logged, at least on server-side for now
[sfa.git] / sfa / methods / GetCredential.py
index 1f8c71a..3acc3b1 100644 (file)
@@ -7,7 +7,6 @@ from sfa.util.faults import *
 from sfa.util.namespace import *
 from sfa.util.method import Method
 from sfa.util.parameter import Parameter, Mixed
-from sfa.util.debug import log
 from sfa.trust.credential import Credential
 
 class GetCredential(Method):