]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Shamelessly removing commented print line
authorarmando-migliaccio <armamig@gmail.com>
Tue, 15 Jul 2014 16:38:25 +0000 (09:38 -0700)
committerarmando-migliaccio <armamig@gmail.com>
Tue, 15 Jul 2014 16:38:25 +0000 (09:38 -0700)
This is not supposed to be there.

Change-Id: I52c17ea8e6ecb0beb2511e03ffbd8c36dd7c1d66

neutron/tests/unit/_test_extension_portbindings.py

index 3ca81b73c82eb4367fd1024e1e8d5576c4db95f7..36f6d52b195822ac463348efafb375b93a5b004b 100644 (file)
@@ -111,7 +111,6 @@ class PortBindingsTestCase(test_db_plugin.NeutronDbPluginV2TestCase):
     def _test_update_port_binding_profile(self, profile):
         profile_arg = {portbindings.PROFILE: profile}
         with self.port() as port:
-            # print "(1) %s" % port
             self._check_port_binding_profile(port['port'])
             port_id = port['port']['id']
             ctx = context.get_admin_context()