From: Andy Bavier Date: Mon, 8 Feb 2010 19:00:10 +0000 (+0000) Subject: Remove debugging safeguards X-Git-Tag: sfa-0.9-11~140 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e4e509a6fd40daca44b2b0af1b2049c178a4f5c1;p=sfa.git Remove debugging safeguards --- 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.