update view color-coding code
[sface.git] / sface / sfidata.py
index 7b52b56..315fddc 100644 (file)
@@ -36,6 +36,8 @@ class SfiData:
         return None
 
     def purgeNonSliceResources(self, rspec):
+        # This can probably go away once the new slice manager is fully
+        # deployed.
         networks = rspec.get_networks()
         for network in networks:
             all_nodes = rspec.get_nodes(network)