* tried to put some sense in the way things get logged, at least on server-side for now
[sfa.git] / sfa / methods / Update.py
index 3b8b55a..d36ea36 100644 (file)
@@ -5,7 +5,6 @@ import time
 from sfa.util.faults 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 Update(Method):