cleanup the table creation code; sfa-nuke to clear the table, not drop it
[sfa.git] / sfa / importer / sfa-import-plc.py
index 4594534..a991552 100755 (executable)
@@ -77,8 +77,6 @@ def main():
     
     # initialize registry db table
     table = SfaTable()
-    if not table.exists():
-       table.create()
 
     # create root authority 
     sfaImporter.create_top_level_auth_records(interface_hrn)