remove PLC.Debug.log, use PLC.Logger.logger instead
[plcapi.git] / PLC / LDAP.py
index bddc0e6..da54456 100644 (file)
@@ -6,7 +6,7 @@
 
 import ldap
 import traceback
-from PLC.Debug import profile, log
+from PLC.Debug import profile
 from PLC.Faults import *