Remove debugging safeguards
authorAndy Bavier <acb@cs.princeton.edu>
Mon, 8 Feb 2010 19:00:10 +0000 (19:00 +0000)
committerAndy Bavier <acb@cs.princeton.edu>
Mon, 8 Feb 2010 19:00:10 +0000 (19:00 +0000)
sfa/plc/network.py

index a7a9b68..c2c3043 100644 (file)
@@ -436,7 +436,7 @@ class Network:
             if tag.slice_id == self.slice.id:
                 if not tag.updated:
                     tag.delete()
-                #tag.write(self.api)  ### Debugging
+                tag.write(self.api) 
 
     """
     Produce XML directly from the topology specification.