remove sfa upcalls
[plcapi.git] / PLC / Methods / DeleteSite.py
index 1eee12c..8c7feb3 100644 (file)
@@ -8,7 +8,6 @@ from PLC.Persons import Person, Persons
 from PLC.Nodes import Node, Nodes
 from PLC.PCUs import PCU, PCUs
 from PLC.Auth import Auth
-from PLC.SFA import SFA
 
 class DeleteSite(Method):
     """
@@ -46,7 +45,5 @@ class DeleteSite(Method):
         self.event_objects = {'Site': [site['site_id']]}
         self.message = 'Site %d deleted' % site['site_id']     
 
-        sfa = SFA()
-        sfa.delete_record(site, 'site')
         
         return 1