remove comment
diff --git a/planetstack/openstack_observer/steps/sync_network_slivers.py b/planetstack/openstack_observer/steps/sync_network_slivers.py
index 042d266..c6e4b7c 100644
--- a/planetstack/openstack_observer/steps/sync_network_slivers.py
+++ b/planetstack/openstack_observer/steps/sync_network_slivers.py
@@ -12,14 +12,9 @@
     requested_interval = 0 # 3600
     provides=[NetworkSliver]
 
-    # XXX smbaker: Note that this sync_step only functions for private networks.
     #     The way it works is to enumerate the all of the ports that quantum
     #     has, and then work backward from each port's network-id to determine
     #     which Network is associated from the port.
-    #
-    #     There's a bug somewhere in NetworkDeployment where NAT and Dedicated
-    #     networks are not getting assigned the correct network IDs. This means
-    #     we can't reverse map them.
 
     def call(self, **args):
         networkSlivers = NetworkSliver.objects.all()