From e4e509a6fd40daca44b2b0af1b2049c178a4f5c1 Mon Sep 17 00:00:00 2001 From: Andy Bavier Date: Mon, 8 Feb 2010 19:00:10 +0000 Subject: [PATCH] Remove debugging safeguards --- sfa/plc/network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/plc/network.py b/sfa/plc/network.py index a7a9b684..c2c3043e 100644 --- a/sfa/plc/network.py +++ b/sfa/plc/network.py @@ -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. -- 2.47.0